Data_Source Data Structure

Description

The Data_Source data structure is a pointer variable that defines the data to be retrieved from a SQL back-end database.

  • .ConnectionString

    Character. Specifies the connection string.

  • .SQLSelectStatement

    Character. Selects the data to retrieve or specifies a stored procedure name.

  • .Arguments

    Character. An Argument_List data structure that specifies what arguments (if any) are used in the SQL statement.

  • .SQLType

    Character. Specify the syntax type. The options are:

    • "Portable"

    • "Native"

  • .AdvancedOptions

    Pointer. An Advanced_Options data structure that specifies additional formatting.

Limitations

Desktop applications only.