Hi everybody,
i got the error above, with following configuration, if i Append, Post and ApplyUpdates to the server.
IDE: Delphi XE
DataAbstract: Release Spring 2012
DB-Connection via UniDac Version 4.1.4
Database: Firebird 2.5 or MySQL 5.5, (DBMS seems unimported)
i just create a “blank” client/Server DataAbstract project, using the Wizard.
Adding a DBNavigator + DBGrid to the clientform and link them to the datasource in the Clientdatamodul.
Starting client and server and trying to add a new entry to the table via append, post, ApplyUpdates.
Primary key field “ID” is blank before posting data, because it’s an autoinc field.
^^ Ends up in the error:
A problem occured while inserting a record in table “xxxxx”, record ""
Can’t refresh delta, record isn’t found
Did i overlook some simple switch or what’s the problem here ?
Regards Data