Exception EAccessViolation in module dbexpsda40.dll
Posted: Mon 30 Nov 2009 12:36
Hi all,
earlier I used driver 4.25.0.10 version and Delphi 2007 IDE. All was good.
Now I have installed latest version 4.55.0.20 and Delphi 2009 IDE.
The previous version I uninstall from system by Add\Remove programs.
Only minor alterations in comparison with the previous version have been made in a my code. For example
with SQLConnection do
begin
ConnectionName:='MSSQLConnection';
DriverName:='DevartSQLServer';
LibraryName:='dbexpsda40.dll';
VendorLib:='sqloledb.dll';
GetDriverFunc:='getSQLDriverSQLServer';
end;
and I add DBXDevartSQLServer in uses clause.
All work normally but after close application next exception appear
Exception EAccessViolation in module dbexpsda40.dll at 00086ACA.
Access violation at address 01CB6ACA in module 'dbexpsda40.dll'. Read of address 0238161C.
I hope for your help.
earlier I used driver 4.25.0.10 version and Delphi 2007 IDE. All was good.
Now I have installed latest version 4.55.0.20 and Delphi 2009 IDE.
The previous version I uninstall from system by Add\Remove programs.
Only minor alterations in comparison with the previous version have been made in a my code. For example
with SQLConnection do
begin
ConnectionName:='MSSQLConnection';
DriverName:='DevartSQLServer';
LibraryName:='dbexpsda40.dll';
VendorLib:='sqloledb.dll';
GetDriverFunc:='getSQLDriverSQLServer';
end;
and I add DBXDevartSQLServer in uses clause.
All work normally but after close application next exception appear
Exception EAccessViolation in module dbexpsda40.dll at 00086ACA.
Access violation at address 01CB6ACA in module 'dbexpsda40.dll'. Read of address 0238161C.
I hope for your help.