dear ladies and gentlemen,
we think about introducing your hibernate-dialect for foxpro databases. Regarding that we have two question:
- is there a way to use the recno() of foxpro tables/table-entires as identifier
- can we map or adress the deleted() function of foxpro tables/table-entires
Thank you in advance for your feedback
Antoschka
|
>- is there a way to use the recno() of foxpro tables/table-entires as identifier
Yeah. _rowid_ is a the special column name for recno(). You can use _rowid_ in your sql.
>can we map or adress the deleted() function of foxpro tables/table-entires
Yeah. About 200 sql functions are here.
|