G
Guest
Question??
How do I check to see if 1 or the other connection to a database are closed or not
Iam working in VB 2003
Dim cnnDVD As New ADODB.Connectio
Dim rstDVD As New ADODB.Recordse
Dim rstDVDCheck As New ADODB.Recordset Dim strSQLDVD As String Dim cnnVHS As New ADODB.Connectio
Dim rstVHS As New ADODB.Recordse
Dim rstVHSCheck As New ADODB.Recordse
Dim strSQLVHS As Strin
These are my connections and recordsets, recordset checks, and SQL strings, if that helps any
Thanks to anyone who answers
How do I check to see if 1 or the other connection to a database are closed or not
Iam working in VB 2003
Dim cnnDVD As New ADODB.Connectio
Dim rstDVD As New ADODB.Recordse
Dim rstDVDCheck As New ADODB.Recordset Dim strSQLDVD As String Dim cnnVHS As New ADODB.Connectio
Dim rstVHS As New ADODB.Recordse
Dim rstVHSCheck As New ADODB.Recordse
Dim strSQLVHS As Strin
These are my connections and recordsets, recordset checks, and SQL strings, if that helps any
Thanks to anyone who answers