Page 1 of 1

Error 7105

Posted: Wed 18 Oct 2006 11:27
by oodesigns
How do code to trap this error Code.

Thanks

Mike

Posted: Thu 19 Oct 2006 15:41
by Jackson
You can use try...except statement to handle this error.
For more information please see Delphi help and MSDN.

Posted: Fri 20 Oct 2006 05:56
by oodesigns
What class of exception would it be?

Posted: Fri 20 Oct 2006 12:10
by Jackson
Most possibly it is EMSError declared in OLEDBAccess.pas.