
May 17th, 2006, 12:28 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 24
Time spent in forums: 1 Day 2 h 23 m 28 sec
Reputation Power: 0
|
|
|
Upgrading from Windows 2000 to 2003
We are currently in the process of upgrading our web from Window(s) 2000 to a 2003 server.
We have everything working except our com object that runs security. the Security object is made up of 2 dll's. one is a set up via a REGSVR32 and the other dll is set up in Component Services.
When we pass the userID and password to the com object, we are getting the following error
ADODB.Recordset error '800a0e78'
This occures regardless of were the object is going in order to validate the user and password (to a sql7 or sql2005 server).
Is there something specific to enabling com objects to work in a 2003 environment.
|