Important If you create an MSysConf table, it must be set up properly or you will not be able to connect to the SQL database table at all.
If you are administering an SQL database that uses Microsoft Access as a front end, then you can create a table in your SQL database named MSysConf to help you control communication between the two applications. The MSysConf table has two potential functions:
The structure of the MSysConf table
The SQL database table MSysConf should have the following structure.
Column name | Data type | Allows Null? |
---|---|---|
Config | A data type that corresponds to a 2-byte integer | No |
chValue | VARCHAR(255) | Yes |
nValue | A data type that corresponds to a 4-byte integer | Yes |
Comments | VARCHAR(255) | Yes |
The data in the MSysConf table
There are three valid records in the MSysConf table. The following table shows what values you should enter in the Config and nValue field. The other columns are reserved for future use, and their contents are ignored.
Config | nValue | Meaning |
---|---|---|
101 | 0 | Don't allow local storage of the logon ID and password in linked tables. |
101 | 1 | Allow local storage of the logon ID and password in linked tables. |
102 | D | D is the delay in seconds between each retrieval. |
103 | N | N is the number of rows retrieved. |