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