-
ADO/MDAC Problems
Hi,
We recenlty uprgraded our servers FROM window NT 4.0 Server with MDAC 2.1
Our server now has Win 2000 advanced server with MDAC 2.7
we have one function that used to run fine on NT but will not run on Win2k.
is is a COM component that callas a stored procedure, when debuging I get an:
the precision was invalid
Error at the point which the stored proc was executed(command.execute)
Any ideas what has changed in ADO since 2.1?? that would cause this probelem
All of our other code works fine
--- Thanks