Bug in dbExpress driver
Posted: Sun 15 Aug 2010 16:52
Hello,
Just notice that in the latest version of the driver, 1.10.9, there is a bug in the line 2791 of dbexp,
FConnection is not check to be assigned, and that raises an exception.
To reproduce the problem, just try to get the fieldnames of a table:
If the table contain string type fields, then you get it.
Regards
Just notice that in the latest version of the driver, 1.10.9, there is a bug in the line 2791 of dbexp,
Code: Select all
if not FConnection.CLRHostApp then // to avoid Delphi2006 CLR bug (TWideStringField -> TField.CopyData)To reproduce the problem, just try to get the fieldnames of a table:
Code: Select all
DEVART_POSTGRESQL.GetFieldNames('films', memo1.lines);Regards