this week I made another try to update UniDAC to the actually version. It failed again.
First, I use Interbase XE, Oracle 8.0.5 and Sql Server 2008 RC2 with Delphi 7. I want to make an update from UniDAC 3.50.0.13 to 3.70.0.19.
The first error I found is the german message "Systemressourcen erschöpft". This message comes sometimes with Oracle 8.0.5 after some queries.
The second and bigger problem is that I am unable to open some tables with UniDAC 3.70.0.19 and Interbase XE. It happens not in every table but I have some tables to reproduce this.
The code ist easy:
Code: Select all
UniTable1.Tablename := 'MYTABLE';
try
UniTabel1.Open;
except
ShowMessage ('error');
end;
I tested this on different OS (Windows XP and Windows 7) with local Interbase XE. When I compile my testprogram with UniDAC 3.50.0.13 everything is good. With UniDAC 3.70.0.19 there is no way to open the table.
I think there is no error in the database file. I made a validation, backup ... restore but nothing helps.
I cannot explain this problem better, so I sent you the gdb-file and a small sample-program.
I hope you can reproduce this error.
Until this I went back to UniDAC 3.50.0.13. That works.
Thanks in advance for any solution.
Kind regards,
Gerd Brinkmann
invent GmbH