|
|
Archives of the TeradataForum
Message Posted: Mon, 15 Dec 2003 @ 21:23:22 GMT
Subj: | | Re: ODBC upgrade problems... |
|
From: | | RICHARD GOMEZ |
These are the various ways I've tried it. Same problem.
SQLBindParameter(hStmt,3,SQL_PARAM_INPUT,SQL_C_TINYINT,SQL_TINYINT,0,0,&
szRunCd,SQL_SETPARAM_VALUE_MAX,NULL);
SQLBindParameter(hStmt,3,SQL_PARAM_INPUT,SQL_C_STINYINT,SQL_TINYINT,0,0,
&szRunCd,SQL_SETPARAM_VALUE_MAX,NULL);
SQLBindParameter(hStmt,3,SQL_PARAM_INPUT,SQL_C_UTINYINT,SQL_TINYINT,0,0,
&szRunCd,SQL_SETPARAM_VALUE_MAX,NULL);
SQLBindParameter(hStmt,3,SQL_PARAM_INPUT,SQL_C_USHORT,SQL_SMALLINT,0,0,&
szRunCd,SQL_SETPARAM_VALUE_MAX,NULL);
(hStmt,3,SQL_PARAM_INPUT,SQL_C_SSHORT,SQL_SMALLINT,0,0,&szRunCd,SQL_SETP
ARAM_VALUE_MAX,NULL);
Can you see any glaring error that I made?
Thanks for the help so far,
Rich
| |