The problem is that it is a Recordset.
You can tell a Recordset to .Update, or to .UpdateBatch; but you can only
tell an RDS.DataControl to .SubmitChanges.
-----Original Message-----
From: Josh King [mailto:joshk@g...]
Sent: Tuesday, February 27, 2001 3:23 PM
To: ASP_ADO_RDS
Subject: [asp_ado_rds] SubmitChanges()
Here's the name of my rds recordset: rdsShoeNS
Here's what I'm trying to run (JScript) : rdsShoeNS.SubmitChanges();
When I run this on my page I get a general syntax error. What's up with
that?