CRDBGrid issue after upgrade to unidac 9.1.1 in non-direct mode

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
albourgz
Posts: 160
Joined: Wed 06 May 2009 12:17
Location: belgium

CRDBGrid issue after upgrade to unidac 9.1.1 in non-direct mode

Post by albourgz » Wed 12 Jan 2022 14:18

Hi,
using c++ builder xe 10.3.2, upgraded to unidac 9.1.1, connected to oracle 11.2.0.3 database, vcl win32.
I have a simple table edited using crdbgrid.
It works fine in direct mode, in non-direct mode I have this issue: I update one text column, do a commit, and many varchar columns on the same row appear as cleared... but transaction is not committed, nothing is written.

In direct mode it works fine!
It worked perfectly with unidac 8.1.

Any hint?

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

Re: CRDBGrid issue after upgrade to unidac 9.1.1 in non-direct mode

Post by MaximG » Wed 12 Jan 2022 17:09

Thank you for the information. Please send us a sample project where the issue can be reproduced, including the DDL script for creating database objects used in the project. For your convenience, please use the e-support form https://www.devart.com/company/contactform.html

Post Reply