Zeos error with Firebird 2.05
Posted: 27.01.2009, 18:12
Hello,
I was testing my applications with the brand new release of Firebird 2.0x series, the version 2.05. I can connect with the DB but it fails when I do a SQL command like this:
SELECT CURRENT_TIMESTAMP AS server_time FROM RDB$DATABASE
I got an 'access violation' error. Looking at the error log it seems the problem is in 'UncachedGetColumns' call that belongs to 'ZDbcInterbase6Metadata.pas' unit. I don't know whether this is an issue like the one appeared when version 2.1 of Firebird was released.
Anyone else experienced this behavior?
Regards.
I was testing my applications with the brand new release of Firebird 2.0x series, the version 2.05. I can connect with the DB but it fails when I do a SQL command like this:
SELECT CURRENT_TIMESTAMP AS server_time FROM RDB$DATABASE
I got an 'access violation' error. Looking at the error log it seems the problem is in 'UncachedGetColumns' call that belongs to 'ZDbcInterbase6Metadata.pas' unit. I don't know whether this is an issue like the one appeared when version 2.1 of Firebird was released.
Anyone else experienced this behavior?
Regards.