why is the MS sql server driver telling me "too many parameters specified"?
I wrote an application that allows me to swap drivers on the fly, and I tried this new MS driver for SQL server and one stored procedure is erroring. The error is telling me that there are too many parameters, but when I take one away it complains about not enough parameters. So I hard coded the values to make sure the issues wasn't the data, and I got the same error. My thinking right now is MS had to limit the number of parameters on the driver itself, but I don't know that for a fact. I do know the jTDS driver works flawlessly, but this MS driver is starting to piss me off. I just want to know wtf is wrong with this POS. The thing that is really confusing me is that the other stored procedure(done in the same manner) run without complaint.
|