Skip to content

Commit

Permalink
Merge pull request #4 from mingjingz/dataAtFetch-fix
Browse files Browse the repository at this point in the history
Change dataAtFetch to type SQLLEN
  • Loading branch information
deata authored Jun 1, 2017
2 parents 9c0e9ec + 4a15b14 commit d177017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odbctest/fhrslt.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ BOOL INTFUN UpdateBoundColumn(lpCONNECTIONINFO lpCI,UWORD icol,SWORD fCType,
//| Returns:
//| The return code from the function
//*---------------------------------------------------------------------------------
static SQLUINTEGER dataAtFetch = SQL_DATA_AT_FETCH;
static SQLLEN dataAtFetch = SQL_DATA_AT_FETCH;
RETCODE INTFUN lpSQLBindCol(STD_FH_PARMS)
{
RETCODE rc;
Expand Down

0 comments on commit d177017

Please sign in to comment.