SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DS (Data Source)‎ > ‎

table


Common Objects


Description

Name of the database resource ( table, view, function... ).

For a file-based flat database the value is just file name (without extension).

Read/Write property
Type:string


Example

DS.database = "c:\data\access\my.mdb" 'File based databases
DS.table    = "Accounts"  ' the data source is set to the "Accounts" table of "my.mdb" access database