Contents Index free_filled_sqlda function free_sqlda_noind function

ASA Programming Guide
  Embedded SQL Programming
    Library function reference

free_sqlda function


Prototype 

void free_sqlda( struct sqlda * sqlda );

Description 

Free space allocated to this sqlda and free the indicator variable space, as allocated in fill_sqlda. Do not free the memory referenced by each sqldata pointer.


Contents Index free_filled_sqlda function free_sqlda_noind function