Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Appending to recordset
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SaiyanJin
Junior Member

115 Posts

Posted - 02 March 2001 :  08:21:03  Show Profile
I am grabbing a recordset from the server. After the recordset has been retrieved, I like to add 2 more fields and it's values to the recordset.

I've tried:
rs.open
rs.fields.append "Field1" adVarChar, 30, adFldIsNullable
rs.fields.append "Field2" adVarChar, 30, adFldIsNullable

rs.addnew
rs.Fields!Field1 = variable1
rs.Fields!Field2 = variable2

but it only over writes the existing recordset instead of adding to it.

HELP!!! Thanks.

  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07