/[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.2 by gray, Fri Dec 28 14:47:21 2001 UTC revision 1.2.2.1 by gray, Thu Feb 6 10:08:12 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.2  
changed lines
  Added in v.1.2.2.1

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