Bug #5562 | SQLGetData BIGINT column problem | ||
---|---|---|---|
Submitted: | 14 Sep 2004 8:01 | Modified: | 10 Dec 2004 12:12 |
Reporter: | Sureshkumar | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | unixODBC 2.2.9 | OS: | Linux (SuSE Linux 9.1) |
Assigned to: | CPU Architecture: | Any |
[14 Sep 2004 8:01]
Sureshkumar
[10 Dec 2004 12:12]
Harun Eren
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: Using wrong SQLGetdata() TargetType , possible are the following: SQL_C_SBIGINT SQL_C_UBIGINT This is importend for conversion to C Datatypes, but requires int64 c variable. Also is possible to use SQL_C_LONG Datatype, to write into a 32bit "long".