rsCreateResultSet

Creates a ResultSet initialized with the list of fields in fieldList. All the fields will be set as string type.

Type and Usage

Parameters

Takes two parameters:

  • The first parameter is the name of the ResultSet to create.

  • The second parameter is a comma separated list of fields.

Output

  • Returns TRUE if the function is successful.

  • Returns FALSE if the function fails.

Example

<$rsCreateResultSet(rsName, fieldList)$>