C chacal Registered User. Local time Today, 12:27 Joined Jun 1, 2005 Messages 40 Jun 9, 2005 #1 Hi everyone, I would like to know if there is a way to verify if an ADODB connection is open? Is there a boolean property that we could check? Thank you in advance!
Hi everyone, I would like to know if there is a way to verify if an ADODB connection is open? Is there a boolean property that we could check? Thank you in advance!
P pono1 Registered User. Local time Today, 09:27 Joined Jun 23, 2002 Messages 1,186 Jun 10, 2005 #2 You can use the connection object's state property to determine whether you are currently connected. Example in this thread. Regards, Tim
You can use the connection object's state property to determine whether you are currently connected. Example in this thread. Regards, Tim