Different SQL statements use the information in SQLDA differently.
| FOR this statement … | SQLDA provides information about … |
|---|---|
| DESCRIBE | a prepared SQL statement. |
| PREPARE | |
| EXECUTE | host variables. |
| Dynamic FETCH | |
| Dynamic OPEN |
Different SQL statements use the information in SQLDA differently.
| FOR this statement … | SQLDA provides information about … |
|---|---|
| DESCRIBE | a prepared SQL statement. |
| PREPARE | |
| EXECUTE | host variables. |
| Dynamic FETCH | |
| Dynamic OPEN |