Type | Description | |||
Variant | A String expression that specifies a list of options to be used while loading data using the Data method of string type, or a safe array of strings that indicates the name of the columns being loaded by the Data method of array type |
If the Data parameter points to a string, the DataOptions parameter indicates a list of options separated by space character ( or \r, \n or \r\n newline delimiters ) as listed option=value, where the option and the value could be:
For instance, if the Options parameter is "hdr=0 eof=';'", it indicates that the data in the Source contains no header information, and the fields inside the data are separated by a ; character. If the Options parameter is "eof=';' str=`'`" it indicates that the separator of the fields in the data is ; character while the ' character delimits the strings inside the data.
If the Data parameter points to an array, the DataOptions parameter can be a safe array of strings, that defines the name of the columns to load.
The control can load data using one of the following methods: