Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WARLOCK

    ADO save database BASICS save Recordset basics

    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...
  2. WARLOCK

    ADO save database BASICS save Recordset basics

    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...
  3. WARLOCK

    WARLOCK's ADODB STREAM ADOX persisted in XML

    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...
  4. WARLOCK

    Updating Table in One DB from Table in A Different DB

    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...

Part and Inventory Search

Back
Top