How to obtain autoincrement field values in multitier application after insert

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vytas

How to obtain autoincrement field values in multitier application after insert

Post by vytas » Mon 07 Feb 2005 19:52

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.

Post Reply