|
-
Sep 8th, 2006, 01:55 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Connection State
What is the call for checking the State of a Connection and What are the Results of the that Connection.
I need to know if its open or closed
-
Sep 8th, 2006, 03:52 PM
#2
Re: Connection State
ADO??? The Connection Object has a State property which returns one of the OptionStateEnum values.
Note the State property does not indicate lost/dropped connections due to network problems.
-
Sep 10th, 2006, 04:27 AM
#3
Thread Starter
Hyperactive Member
Re: [RESOLVED] Connection State
Return Codes are
0 = Closed
1 = Open
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|