Page 1 of 1

How to obtain autoincrement field values in multitier application after insert

Posted: Mon 07 Feb 2005 19:52
by vytas
How to obtain autoincrement field values in multitier application after insert new record without refreshing all records. When I apply updates and try method "ClientDataSet.RefreshRecord" I get error "Record changed by another user". On server side I used "TMSQuery" component.

Is there a simple solution. Thanks.