UniQuery error: Cannot modify a read-only dataset!

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

UniQuery error: Cannot modify a read-only dataset!

Post by soyjoy » Wed 18 Nov 2015 12:42

Hi,
I am using a UniQuery to execute select commands, insert, delete and update, but when I delete a record, returns the error: Can not modify a read-only dataset. Even after you have generated SQL statements with SQL generator. What can it be? My setup is TUniConnection> TUniquery> TUniTransaction. Grateful now.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniQuery error: Cannot modify a read-only dataset!

Post by ViktorV » Fri 20 Nov 2015 14:23

Unfortunately, we can't reproduce the issue. To investigate this behavior of UniDAC, please send to viktorv*devart*com a small sample to demonstrate the issue, including a script for creation and filling in the test database object.

Post Reply