Progress
Embedded SQL-92
Guide and Reference


Freeing an SQLDA

Free a previously allocated SQLDA by using the PRO_SQLDA_Deallocate function call. The syntax for PRO_SQLDA_Deallocate( ) is:

SYNTAX
#include "sqld_lib.h"
void PRO_SQLDA_Deallocate (sqldaptr)
struct sqlda *sqldaptr ; 

EXAMPLE

The following example shows how to free an SQLDA:

PRO_SQLDA_Deallocate (sqldaptr) ; 

You must free data buffers and indicator variable buffers before you call the PRO_SQLDA_Deallocate function.

CAUTION: Passing an invalid argument to PRO_SQLDA_Deallocate( ) or freeing an already freed SQLDA could cause abnormal termination of your application. Results are unpredictable.

Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095