Error 7105

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oodesigns
Posts: 26
Joined: Wed 04 Oct 2006 01:41

Error 7105

Post by oodesigns » Wed 18 Oct 2006 11:27

How do code to trap this error Code.

Thanks

Mike

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 19 Oct 2006 15:41

You can use try...except statement to handle this error.
For more information please see Delphi help and MSDN.

oodesigns
Posts: 26
Joined: Wed 04 Oct 2006 01:41

Post by oodesigns » Fri 20 Oct 2006 05:56

What class of exception would it be?

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 20 Oct 2006 12:10

Most possibly it is EMSError declared in OLEDBAccess.pas.

Post Reply