Contents Index alloc_sqlda function db_backup function

ASA Programming Guide
  Embedded SQL Programming
    Library function reference

alloc_sqlda_noind function


Prototype 

SQLDA *alloc_sqlda_noind( unsigned numvar );

Description 

Allocates a SQLDA with descriptors for numvar variables. The sqln field of the SQLDA is initialized to numvar. Space is not allocated for indicator variables; the indicator pointers are set to the null pointer. A null pointer is returned if memory cannot be allocated.


Contents Index alloc_sqlda function db_backup function