I have a classic ASP application recently moved our development environment from XP to Vista Business.
The application uses ActiveX DLL's to access data from a SQL 2000 box.
This application is currently running on IIS 7 from a vista business copy.
When I try to access the website from a Vista Machine, it reads the data from the database but when it tries to insert or update the records on the database it fails and gives me the following error:
"3421 Application uses a value of the wrong type for the current operation"
It is happening with all the functions and sub procedures.
But the weird thing is when I access the same website from an XP/2000/2003 machines it just works fine.
If we deploy the application on IIS 6.0 and access it from Vista the database operations works fine.
I am really stumped on this one.
I appreciate if someone can help me.
Thank you