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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Welmann

  1. Welmann

    Construct ADO Recordset in ASP

    Hi, I noticed you stressed WITHOUT a datasource. The following VBScript code creates a disconnected RS from scratch then poplates it. ----------------- Dim oRS Sub CreateRS() Set oRS = CreateObject("ADODB.Recordset") '---Set up disconnected RS...

Part and Inventory Search

Back
Top