DBD-Mimer
view release on metacpan or search on metacpan
#define ODBC_ASYNC_EXEC 0x8334
#define ODBC_ERR_HANDLER 0x8335
#define ODBC_ROWCACHESIZE 0x8336
#define ODBC_ROWSINCACHE 0x8337
#define ODBC_FORCE_REBIND 0x8338
#define ODBC_EXEC_DIRECT 0x8339
/* ODBC_DEFAULT_BIND_TYPE_VALUE is now set to 0, which means that
* DBD::ODBC will call SQLDescribeParam to find out what type of
* binding should be set. If, for some reason, SQLDescribeParam
* fails, then the bind type will be set to SQL_VARCHAR as a backup.
* Hopefully -- we won't have to do that...
* */
#define ODBC_DEFAULT_BIND_TYPE_VALUE 0
#define ODBC_BACKUP_BIND_TYPE_VALUE SQL_VARCHAR
/*
* Change in 0.45_11 to defer the binding of parameters, due to the
* way SQLServer is not handling the binding of an undef, then a
* binding of the value. This was happening with older SQLServer
( run in 1.253 second using v1.01-cache-2.11-cpan-49f99fa48dc )