Hi,

I'm doing some date calculations in an asp page and, since vbs doesn't really do the job, I'm working with server-side javascript instead.

Now, in this same server-side javascript, I would like to access our SQL Server databases using ADO. I'm looking for the javascript equivalent of declaring the different objects (connection, command and record set for instance).

Anyone has a clue?

Thanx!