Failed to put a table in edit mode

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jota
Posts: 34
Joined: Tue 22 Nov 2011 19:21

Failed to put a table in edit mode

Post by jota » Thu 17 Mar 2016 17:56

Hello

I´m connected to a database (Sqlite3). When I try to make a Unitable.Edit gives me an error of type 'access violation at address ... read of address ...', in that instruction.

I checked the connection of the database and the activation of the table and both are correct.

In fact, on the table I can make perfectly a SqliteConnection.StartTransaction, Unitable.Locate or Unitable.FieldByName ('Name').AsString for retrieving the value of a field, but fails when trying to put it in edit mode.

Any guidance on possible reasons for the error or tests i can do to solve it?

Thank you for your attention. A greeting

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Failed to put a table in edit mode

Post by MaximG » Mon 21 Mar 2016 10:55

We were unable to reproduce the problem over here. For the following investigation, please send us a small example that demonstrates the problem, including a test DB. You can send to maximg*devart*com

Post Reply