|
-
Nov 15th, 1999, 12:39 PM
#4
Lively Member
U can use the state property of the recordset and connection object
if dbConnection.state=adstateopen then
' place here the code to use existing connection
else
' place here the codes for opening a connection
endif
there are the possible values for State property
adStateOpen
adStateClose
adStateConnecting
adStateExecuting
adStateFetching
Brgds Manish
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
|