Contents Index sqlda_storage function sqlerror_message function

ASA Programming Guide
  Embedded SQL Programming
    Library function reference

sqlda_string_length function


Prototype 

unsigned long sqlda_string_length( SQLDA *sqlda, int varno );

Description 

Returns the length of the C string (type DT_STRING) that would be required to hold the variable sqlda->sqlvar[varno] (no matter what its type is).


Contents Index sqlda_storage function sqlerror_message function