Hi,
I try to connect to dbf files, which are free tables of xbase or foxpro. Most of these free tables do not have an explicit identity column, but they use an implicit identity column. Usually they can be addressed with recno(). does anybody know how to address this column as id in the mapping file. 
I already tried the hint from the docu:
Code:
<id type="long" column="uid" unsaved-value="0">
        <generator class="identity"/>
</id>
unfortunately it does not work. Any idea how to solve the problem
thanks a lot in advance for your feedback 
antoschka