/[radius]/radius/sql/odbc.c
ViewVC logotype

Diff of /radius/sql/odbc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by gray, Fri Jun 21 07:16:44 2002 UTC revision 1.7 by gray, Thu Feb 6 09:48:23 2003 UTC
# Line 343  rad_odbc_column(data, ncol) Line 343  rad_odbc_column(data, ncol)
343                  return NULL;                  return NULL;
344          }          }
345                    
346          SQLGetData(edata->stmt,ncol+1,SQL_C_CHAR,          result = SQLGetData(edata->stmt,ncol+1,SQL_C_CHAR,
347                     buffer, sizeof buffer, &size);                                    buffer, sizeof buffer, &size);      
348          if (result != SQL_SUCCESS) {          if (result != SQL_SUCCESS) {
349                  rad_odbc_diag(SQL_HANDLE_STMT, edata->stmt,                  rad_odbc_diag(SQL_HANDLE_STMT, edata->stmt,
350                                "SQLGetData");                                "SQLGetData");

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26