FIX: SQLBindParameter Fails Under Simplified Chinese Windows95

ID: Q157732


The information in this article applies to:
  • Microsoft SQL Server version 6.5
  • Microsoft Open Database Connectivity, version 2.65

BUG #: 16266 (6.50)

SYMPTOMS

The SQLBindParameter fails after binding a parameter with SQL_C_DEFAULT and SQL_TINYINT under Simplified Chinese Windows 95. The following error message is generated:

szErrorMsg="[Microsoft][ODBC SQL Server Driver]Restricted data type
attribute violation"

The following statements demonstrate the problem:
SQLExecDirect(hstmt, "Create table mytable(id int)", SQL_NTS);
SQLBindParameter(hstmt, 1, SQL_PARAM_INPUT, SQL_C_DEFAULT, SQL_TINYINT,
1, 0, &sId, 0, &cbId );
SQLExecDirect(hstmt, "select * from mytable where id=?", SQL_NTS);


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.5 and the ODBC driver version 2.65. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.

Additional query words: DBCS

Keywords : kbinterop kbnetwork SSrvErr_Log kbbug6.50 kbfix6.50.sp2
Version : 2.65 6.5
Platform : WINDOWS
Issue type :


Last Reviewed: April 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.