Data source (ConnectionString) | The ADO ConnectionString (http://www.connectionstrings.com) contains all necessary parameters needed by the ADO Connection object for database connection via the selected ADO Provider.
Macro expression can be used for input (it is evaluated after the application is launched). This configurator must not contain an empty string. For example Provider=MSDASQL;Driver={MySQL ODBC 8.0 Unicode Driver};Server=localhost;Database=pm_data;Uid=pm_writer;Pwd=pmwriter; or
Provider=MySQLProv;Data Source=pm_data;User Id=pm_writer;Password=pmwriter; |
---|---|
Additional parameters | Additional parameters for storing. Entries are in the KeyVal format, for example "par1:value1;".
Macro expression can be used for input (it is evaluated after the application is launched). |
Table | Name of the table in the database into which the data are stored.
Macro expression can be used for input (it is evaluated after the application is launched). |
Maximum number of records (-1 = unlimited) | Maximum size of the table specified by the records count. When the maximum limit is exceeded the oldest records are deleted.
The -1 value means that the maximum size of the table is not limited by the records count. |