|
INTERVIEW QUESTIONS
DATABASE
FIREBIRD
DETAILS
Question: Is there an example how to configure UdfAccess setting in firebird.conf?
Answer: Well, there's one right there in the firebird.conf, but perhaps it isn't obvious enough. Here are the basic settings ('None' to disallow UDFs completely and 'Full' to allow them anywhere) which you probably understood yourself:
UdfAccess = None UdfAccess = Full
And here is that tricky Restrict setting:
UdfAccess = Restrict C:somedirectory
For multiple directories, use something like this:
UdfAccess = Restrict C:somedirectory;C:someotherdirectory
For Linux users:
UdfAccess = Restrict /some/directory
In the default setting 'Restrict UDF', 'UDF' is a directory relative to root directory of Firebird installation.
|
|
|
Category |
Firebird Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8398 users |
Added on |
7/23/2015 |
Views |
68295 |
Rate it! |
|
|
Question:
Is there an example how to configure UdfAccess setting in firebird.conf?
Answer:
Well, there's one right there in the firebird.conf, but perhaps it isn't obvious enough. Here are the basic settings ('None' to disallow UDFs completely and 'Full' to allow them anywhere) which you probably understood yourself:
UdfAccess = None UdfAccess = Full
And here is that tricky Restrict setting:
UdfAccess = Restrict C:somedirectory
For multiple directories, use something like this:
UdfAccess = Restrict C:somedirectory;C:someotherdirectory
For Linux users:
UdfAccess = Restrict /some/directory
In the default setting 'Restrict UDF', 'UDF' is a directory relative to root directory of Firebird installation. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the best way to determine whether Firebird server is running?
|
View Answer
|
|
Why does reading require write privileges on database file?
|
View Answer
|
|
Is there an example how to configure ExternalFileAccess setting in firebird.conf?
|
View Answer
|
|
Is there a way to detect whether fbclient.dll or fbembed.dll is loaded?
|
View Answer
|
|
Is there a way to automate SQL execution from the command-line, batch job or shell script?
|
View Answer
|
|
Is it possible to determine clients IP address?
|
View Answer
|
|
How to write UDF s in Delphi?
|
View Answer
|
|
How to use events with ZeBeDee, SSH or stunnel?
|
View Answer
|
|
How to tell Firebird to only accept conections from XYZ host or network?
|
View Answer
|
|
How to stop SuperServer service on Linux using only Firebird tools?
|
View Answer
|
|
How to specify transaction or query timeout?
|
View Answer
|
|
How to select a random record from a table?
|
View Answer
|
|
How to repair a corrupt Firebird database?
|
View Answer
|
|
How to reorder the table columns (fields)?
|
View Answer
|
|
How to recreate the index on a Firebird table?
|
View Answer
|
|
How to pump the data from one database to another?
|
View Answer
|
|
How to prevent firebird.log file from filling up the disk partition?
|
View Answer
|
|
How to disconnect the user connection?
|
View Answer
|
|
How to do replication of Firebird databases?
|
View Answer
|
|
How to drop all foreign keys in database?
|
View Answer
|