Board index » delphi » Delphi1 & Oracle7.3/ODBC problems
Paul Meur
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Delphi1 & Oracle7.3/ODBC problemsHi, I have two problems with Delphi1 running against an Oracle7.3 server via 1. Queries are *very* slow, ten times slower than the same app recompiled 2. transactions seem to be autocommitted, that is, if I execute code like DB.StartTransaction; Dele{*word*249}try(Id); { some SQL code sent to server } DB.Rollback; then my entry remains deleted, as if I had committed the delete before the Any help is appreciated. Paul ____________________________________________________________________ |