When I execute a particular SQL query or attempt to alter the structure of an existing table I get the error "DBISAM Engine Error # 11013 Access denied to table 'xxxx'" ?This can occur with local or remote sessions, but each has a different cause:
| Connection | Cause |
| Local | The TDBISAMSession PrivateDir property is set to a non-existent directory.
|
| Remote | The temporary files setting in the database server configuration is set to a non-existent directory. This can happen when you move copy a database server configuration from another machine.
Note
The TDBISAMSession PrivateDir property is not used with remote sessions. |
| |
|
| |
|