Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] RE: Disconnected Recordset


  • From: javascript@xxxxxxxxxx (Ben Joyce)
  • Subject: [Javascript] RE: Disconnected Recordset
  • Date: Tue, 25 Feb 2003 13:05:45 -0000

> > -----Original Message-----
> > From: javascript-admin@xxxxxxxxxx 
> > [mailto:javascript-admin@xxxxxxxxxx]On
> > Behalf Of Peter Brunone
> > Sent: Monday, February 24, 2003 1:15 PM
> > To: javascript@xxxxxxxxxx
> > 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