Data_Source Data Structure
The Data_Source data structure is a pointer variable that defines the data to be retrieved from a SQL back-end database.
|
Element |
|
Description |
|
.ConnectionString |
C |
Specifies the connection string. |
|
.SQLSelectStatement |
C |
Selects the data to retrieve or specifies a stored procedure name. |
|
.Arguments |
C |
An Argument_List data structure that specifies what arguments (if any) are used in the SQL statement. |
|
.SQLType |
C |
Specify the syntax type. The options are:
|
|
.AdvancedOptions |
P |
An Advanced_Options data structure that specifies additional formatting. |
Supported By
Alpha Five Version 8 Enterprise Edition
Limitations
Desktop applications only.