Mega Code Archive

 
Categories / Delphi / ADO Database
 

external exception c0000008 error on application exit

Question: I get an External Exception error in Delphi when connecting to Sybase server when in Delphi's IDE or Turbo Debugger with NT4 running the 10.0.4 Sybase client. If I run the application alone, it executes correctly. How do I get around the problem? Answer: In NT4.0 anything that is being debugged with any debugger will cause the OS to report exceptions that would otherwise be ignored. "External Exception C0000008" one of those types of errors. Changing the Sybase client version will solve the problem. You can move back to the 10.0.3 client.