Append error on SQLServer ce

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
matx
Posts: 3
Joined: Tue 03 Nov 2009 14:21

Append error on SQLServer ce

Post by matx » Mon 03 May 2010 08:59

Hello,

I'm using a TUniConnection and a TUniTable to access a SqlServerCE database and edit data into a TDBGrid.
I append a new record, insert some field values (but not all), and move to another record; if I return on that record and try to change/insert a field value, I get the error "Record was changed by another user"

Unidac Version 3.00.0.3
SqlSeverCE 3.0

How can I solve the problem?

Thanks in advance

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 05 May 2010 07:11

Please, try to download the latest UniDAC build (3.00.0.8) and check if this problem still exists.

matx
Posts: 3
Joined: Tue 03 Nov 2009 14:21

Post by matx » Wed 05 May 2010 12:40

Hello,
I have installed the latest version but the problem persists

thanks in advance

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 05 May 2010 14:36

I could not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create and fill table.

Post Reply