Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OPTIONAL
Keep Connection Open _-- If selected the query results are retrieved from the data source as needed, otherwise the entire query results are brought over from the data source and cached in memory. It is recommended that you set this option with larger datasets. Never use this option if you are storing the resultset in the session.

Forward Only -  This sets the cursor for the resultset to a forward-only cursor type, allowing one pass at data retrieval. If this is false, and the connection supports scrollable cursors, then the cursor type is scrollable, allowing multiple passes at the data.

SQL Query -  This is required if no prepared component object is defined.  to utilize SQL's prepared statement functionality.

...