D
Debbie
Hello,
I occasionally get the error :
RunTime error 3709: Connection cannot be used to perform this operation. It
is either closed or invalid in this context.
My connection procedure looks like this:
OConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Documents and Settings\Owner\My
Documents\DTS\DPD\ClientDB\ClientDB.mdb;" & _
"User Id=admin;Password="
Every time I open a connection, I close it and set it equal to 'Nothing'. I
cannot find any help on this. Does anyone know why this typically occurs?
Thanks,
Debbie
I occasionally get the error :
RunTime error 3709: Connection cannot be used to perform this operation. It
is either closed or invalid in this context.
My connection procedure looks like this:
OConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Documents and Settings\Owner\My
Documents\DTS\DPD\ClientDB\ClientDB.mdb;" & _
"User Id=admin;Password="
Every time I open a connection, I close it and set it equal to 'Nothing'. I
cannot find any help on this. Does anyone know why this typically occurs?
Thanks,
Debbie