I am looking for a way to create an "virgin" ADO recordset object from scratch without connecting to a datasource. I want to build the fields and populate them with data from data posted from the form of a html page.
I have never had a problem creating a virgin recordset object (via rs.fields.append) in VB6 but in ASP I am having problems constructing the code (the smart assistant does not pop down methods for some objects which makes me assume they don't exist)
Any help would be appreciated.
I have never had a problem creating a virgin recordset object (via rs.fields.append) in VB6 but in ASP I am having problems constructing the code (the smart assistant does not pop down methods for some objects which makes me assume they don't exist)
Any help would be appreciated.