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: *

  • Users: Tamr
  • Order by date
  1. Tamr

    Using adPersistXML with ASP and XML

    I'm trying save a ADO recordset to an XML object using the adPersistXML option. The following is the code I am using : Response.ContentType = "text/xml" Dim rsCatalogue Dim xmlDOM Call openConnection(DataConn) 'Creates connection to db Set xmlDOM =...

Part and Inventory Search

Back
Top