Click to See Complete Forum and Search --> : Help! Problems with Money type in SQL when using ODBC.


April 22nd, 1999, 12:38 AM
I have problems when execute stored procedure with money type parameters.
I always get the result 99, witch means SQL_NEED_DATA.
I use SQLBindParameters and SQLExecDirect.
Do I use the wrong types when calling SQLBindParameters?
Is there any other way to pass money type parameters?

Thanks!