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] Disconnected Recordset


  • From: javascript@xxxxxxxxxx (Michael Dougherty)
  • Subject: [Javascript] Disconnected Recordset
  • Date: Mon, 24 Feb 2003 11:39:27 -0500

Most references to 'client-side' disconnected recordsets assume that the web
server is the client, and the database is the server.  I have a javascript
applet (on our intranet) that makes an independant connection to the
database.  I would like to use a disconnected recordset, but i can't figure
out how to set the recordset's activeConnection property to null

goRS.activeConnection = null : arguements are of the wrong type ...
goRS.activeConnection = Null : 'Null' is undefined

How is this done properly?

Even better: do you have a URL to an example?