I have a VB script that runs from an .asp web page. It's been running fine
for months reading data from a SQL Server database on a Windows 2000 server.
The database needs to be moved to a different server. I moved the database
to the new Windows 2003 server and now the VB script gets this error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver][Named Pipes]Access denied.
Both SQL Servers are SQL 2000.
I have a VB6 app that will read the new database just fine. The problem
seems to be with the VB script. Any ideas on what could be the problem?
Thanks,
Mark