Discussion:
Random access violation in dbexpint.dll
(too old to reply)
DelphiUser
2008-03-05 12:42:49 UTC
Permalink
I am importing a lot of records from csv-files into my db
and getting randomly the following error message:

Access violation at address 01209B46 in module 'dbexpint.dll'. Read of
address 00000000

Version of dbexpint.dll is 7.1.1523.17956

Did anyone else see that problem ?

Btw, does some one know if there is a version history of this driver
available somewhere ?


Thanks.
J.L.Rocha
2008-03-06 11:48:29 UTC
Permalink
Post by DelphiUser
Did anyone else see that problem ?
I have a DataSnap Soap Server with random AVs in dbxint30.dll, only when
the server imports a lot of data.

After apply December Update of Delphi 2007 (dbxint30.dll version
11.0.2902.10471), the AVs disappeared... but now I have a random
"disconnect from server" error in THttpRio component...

The only solution I found was to add in the code a small pause between
each record to be inserted.


----
J.L.Rocha
***@nospam.softnix.es
DelphiUser
2008-03-06 13:47:34 UTC
Permalink
Thanks for your answer.
I tried now the same application with corelabs db-express driver and the AV
does not happend anymore.
http://crlab.com/dbx/
Post by J.L.Rocha
Post by DelphiUser
Did anyone else see that problem ?
I have a DataSnap Soap Server with random AVs in dbxint30.dll, only when
the server imports a lot of data.
After apply December Update of Delphi 2007 (dbxint30.dll version
11.0.2902.10471), the AVs disappeared... but now I have a random
"disconnect from server" error in THttpRio component...
The only solution I found was to add in the code a small pause between
each record to be inserted.
----
J.L.Rocha
Loading...