Indeed. In terms of using client side JavaScript to access a database on your public web site, yes it is technically possible, but a seriously bad and not very user-friendly idea because of the security warnings and issues as Joe says.
If you are creating an internal Intranet for example tho, you could use it if you wanted to (but I would still prefer a server based solution with Ajax or something).
Using ActiveX, so IE only, you can create ADO objects to use the same way as in ASP. There is a simple example at
http://www.planet-source-code.com/vb...=2804&lngWId=2
Phil