These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: identity column in dbf files (xbase, foxpro, etc)
PostPosted: Tue Jul 15, 2008 3:32 am 
Beginner
Beginner

Joined: Tue Jan 22, 2008 11:33 am
Posts: 46
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.