Odbc 4 All
Reviews for Odbc 4 All




Re: Decimal
You are not limited to 2 decimals. This is the default value, unless you specify a different DecNo in Odbc4All.Ini (up to 13 digits)




Decimal
Why the decimal point is limit to 2 my transaction required 5 to 6 decimal
How I need to change that code when I try to use ODBC 4 version with Visual Studio 6
rc = SQLSetEnvAttr (m_henv, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, 0);