[Javascript] RE: Disconnected Recordset

Ben Joyce ben at babelfish.co.uk
Tue Feb 25 07:05:45 CST 2003


> > -----Original Message-----
> > From: javascript-admin at LaTech.edu 
> > [mailto:javascript-admin at LaTech.edu]On
> > Behalf Of Peter Brunone
> > Sent: Monday, February 24, 2003 1:15 PM
> > To: javascript at LaTech.edu
> > Subject: RE: [Javascript] RE: Disconnected Recordset
> 
> <snip>
> 
> > I've never been much of a recordset/cursor man myself -- but you
> > might want to try using the GetRows() method of the recordset to
> > dump it to an array... and then just get rid of the RS entirely.
> 
> Yes, now I need to go the other way!
> 
> How can I get an array of arrays back into the database?
> 
> Walter

Enumerate the arrays and build SQL statements to update the changed
rows, then execue them using the connection object.

 .b




More information about the Javascript mailing list