Progress
Embedded SQL-92
Guide and Reference
When to Use an SQLDA
The SQLDA can be used to:
- Hold information about the input host variables that contain input values for a dynamic SELECT or non-SELECT statement. The SQLDA used for this purpose is an input SQLDA. You use an input SQLDA in an EXECUTE statement or in an OPEN cursor statement corresponding to a dynamic SELECT statement.
- Hold information about the output host variables where the values are to be returned by a dynamic SELECT statement. The SQLDA used for this purpose is an output SQLDA.
Use an OUTPUT SQLDA for the following types of statements:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |