Modified:
trunk/driver/results.c
Log:
updated 22002/SQLGetData() message to match msdn
Modified: trunk/driver/results.c
===================================================================
--- trunk/driver/results.c 2007-07-10 04:21:30 UTC (rev 555)
+++ trunk/driver/results.c 2007-07-10 06:01:46 UTC (rev 556)
@@ -73,7 +73,8 @@
{
/* pcbValue must be available if its NULL */
if (!pcbValue)
- return set_stmt_error(stmt,"22002","Null indicator must be present",0);
+ return set_stmt_error(stmt,"22002",
+ "Indicator variable required but not supplied",0);
*pcbValue= SQL_NULL_DATA;
}
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r556 - trunk/driver | jbalint | 10 Jul |