Here is a code which creates disconnected recordset from the scratch
If Not myRecordset Is Nothing Then
If myRecordset.State = adStateOpen Then
myRecordset.Close
End If
End If
Set myRecordset = New ADODB.Recordset
With myRecordset.Fields
Set myRecordset.ActiveConnection...
OK all lets see if it was the nature of my other thread or if its just me that cant get an answer in this forum.
This should be an easy one for anyone of you who uses ADO. I access an Access database with ADODB. I establish a connection, and specify a table name in the connection string. No...
I am so sorry to bother you with this triviality
Sorry To bother you
I keep posting my questions in various forums & receiving no response.
So if you would be so kind
I wonderfully created a new MS Access database in VB6 utilizing ADOX's catalog object.
I am working with an existing...
I see no one answered you either.
By Now 8/14/01 versus 03/13/01 I assume you have found another way of doing this. I am looking at ADOX & ADODB in the same project to accomplish soomething similiar. SEE POSTING UNDER WARLOCK STREAMS
ADOX will create a NEW database. ADODB will save a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.