Hello,
I think I've found a small bug in Odbc driver
included in maxdb-odbc-setup-7_5_00_26.exe.

Environment:
MS .NET Framework 1.1, Visual Studio 2003,
DB Server - SAP DB 7.3.0.48
OS: Windows XP Professional SP2.

Symptoms:
Creating OdbcParameter as Output Parameter
with OdbcType.Int returns error:
{"ERROR [22003] [MySQL MaxDB][SQLOD32 DLL] Numeric value out of range" }
when the value to be returned from DBPROC is equal or less than -1000000000.

Workaround:
Define the parameter with following properties:
OdbcType.Numeric, Size=10.

For input parameters handling these values
seems to work as expected.
Can anyone confirm?

Best regards,
Marcin Pytel


-- 
 




-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to