Board index » delphi » Access Violation in msado15.dll (D5/ADO/DB2)
Regis
![]() Delphi Developer |
Sun, 15 Feb 2004 22:28:50 GMT
Access Violation in msado15.dll (D5/ADO/DB2)
I am working with Windows 2000 pro, Delphi 5 Last update, ADO Express
update2, MDAC 2.6 sp1 and IBM DB2 V7.1 last update (which is 7.2 in fact as they say). When I am trying to insert a new record with an ADO query (INSERT INTO Table...), it works fine. But when the record already exists, I get the message "Exception EAccessViolation in msado15.dll ..." only when I quit the program (very strange). The code is something like that : // MyQuery.SQL = INSERT With MyQuery Do Begin Does anybody knows what is wrong with my code ? or perhaps with Microsoft ? -- r.clus...@datasoft.fr |