Board index » delphi » External exceptions when using Database components
Dave Johnson
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
External exceptions when using Database components
Well, I'm puzzled.
While slowly building up a Delphi 3 application using Paradox tables I've hit a problem. I'm pulling together data within a transaction to build up related records. The first time through a particular sequence things work fine (but not always). However, the second time always fails. WELL, sounds like un-initialised variables, I know, BUT I've eliminated all such possibilities - and the situation is peculiar: ... all within an outer transaction with try <the code below>commit except Whether the table is 'stuck on a form' or created on the fly it kicks out Any helpful thoughts would be much appreciated. Dave |