mmmmdonuts
Programmer
In my asp page, I am calling a function in a VB6 dll to access a DB2 database. When the code was run locally from an NT4 workstation, everything was fine. Since it has been moved to an IIS server, I am getting the following error on the line of code that attempts to open the database connection:
I don't think that it's a code problem because it worked fine on the PC. I don't think that it's necessarily an ODBC problem on the server because I can access the DB2 database directly from the asp page without using the dll.
Any help is appreciated, and "shots in the dark" are welcome.
Thanks,
Marty
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
/hrtest3/Prototype-mbm/Default.asp, line 46
Any help is appreciated, and "shots in the dark" are welcome.
Thanks,
Marty