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

    Converting database to xml

    I have a code segment in a asp page for retrieving a xml document from a database as follow: 1. dim rs 2. dim doc 3. dim cn 4. dim searchField, withField ' Create Objects 5. set cn = server.CreateObject("ADODB.Connection") 6. set rs =...
  2. levuhao

    XLM and response.write (ASP)

    I have a code as follow: 1. dim rs 2. dim doc 3. dim cn 4. dim searchField, withField 5. 6. ' Create Objects 7. set cn = server.CreateObject("ADODB.Connection") 8. set rs = server.CreateObject("ADODB.Recordset") 9. set doc =...

Part and Inventory Search

Back
Top