Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: SubmitChanges()


Message #1 by "Josh King" <joshk@g...> on Tue, 27 Feb 2001 21:22:46
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?  
Message #2 by James De Los Santos <JamesDLS@B...> on Wed, 28 Feb 2001 08:52:03 -0600
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?  




  Return to Index