Is there an example how to configure ExternalFileAccess setting in firebird.conf?
Submitted by: AdministratorFirebird's config file (firebird.conf) does have descriptions inside that explain everything, but sometimes they are confusing and hard to understand what should you do exactly if you don't have examples. One of such settings is ExternalFileAccess. Some people are even tempted to put Full as it is much easier than trying to guess what's the correct format. Here are the basic settings ('None' to disallow external tables and 'Full' to allow them anywhere) which you probably understood yourself:
ExternalFileAccess = None
ExternalFileAccess = Full
And here are those tricky Restrict settings:
ExternalFileAccess = Restrict C:somedirectory
For multiple directories, use something like this:
ExternalFileAccess = Restrict C:somedirectory;C:someotherdirectory
For Linux users:
ExternalFileAccess = Restrict /some/directory
Submitted by: Administrator
ExternalFileAccess = None
ExternalFileAccess = Full
And here are those tricky Restrict settings:
ExternalFileAccess = Restrict C:somedirectory
For multiple directories, use something like this:
ExternalFileAccess = Restrict C:somedirectory;C:someotherdirectory
For Linux users:
ExternalFileAccess = Restrict /some/directory
Submitted by: Administrator
Read Online Firebird Job Interview Questions And Answers
Top Firebird Questions
☺ | How to detect the server version? |
☺ | How to write UDF s in Delphi? |
☺ | How do convert or display the date or time as string? |
☺ | How to drop all foreign keys in database? |
☺ | Is there some bulk load or other way to import a lot of data fast? |
Top Databases Programming Categories
☺ | RDBMS Interview Questions. |
☺ | SQL Interview Questions. |
☺ | SSRS Interview Questions. |
☺ | Sybase Interview Questions. |
☺ | Database Administrator (DBA) Interview Questions. |