mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
ODBC GetData: Add support for a few fCType codes
This commit is contained in:
@@ -58,9 +58,9 @@ struct _hstmt {
|
||||
|
||||
struct _sql_bind_info {
|
||||
int column_number;
|
||||
int column_bindtype;
|
||||
int column_bindlen;
|
||||
int *column_lenbind;
|
||||
int column_bindtype; /* type/conversion required */
|
||||
int column_bindlen; /* size of varaddr buffer */
|
||||
int *column_lenbind; /* where to store length of varaddr used */
|
||||
char *varaddr;
|
||||
struct _sql_bind_info *next;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user