"Application uses a value of the wrong type for the current operation"
This error will appear on your current environment specially if you are working Sql Server
stored procedure and call it via VB6. To fixed this problem, you can double check the Data
Type fields on your database and make it sure that you assign it on their respective data types
and also on your Stored Procedure, this is a sample,assigning on its corresponding Data Types
As you can see at the image above the data types on each field will exactly fit or accurate on
each column name, and make it sure your stored procedure will set on its corresponding data
types:
Hope this will Help ^_^
The Hardest thing to to is yo Do Nothing ^_^
Leave a comment