Firebird Interview Questions
- How to deactivate triggers?
- How to write UDF s in Delphi?
- How to lock records in a table?
- How to change database dialect?
- How to debug stored procedures?
- How to detect the server version?
- How to move a multi-file database?
- How to configure events with firewall?
- How to activate all indexes in Firebird?
- How to disconnect the user connection?
- How to monitor Firebird server activity?
- How to load a file into database column?
- How to drop all foreign keys in database?
- How to repair a corrupt Firebird database?
- How to reorder the table columns (fields)?
- How to create a database from my program?
- How to do replication of Firebird databases?
- Is it possible to determine clients IP address?
- How to specify transaction or query timeout?
- How to open the database in exclusive mode?
- How to recreate the index on a Firebird table?
- How to extract metadata for the entire database?
- How do convert or display the date or time as string?
- How to pump the data from one database to another?
- What is command for supporting foreign key in Firebird?
- Why does reading require write privileges on database file?
- How to export data from database and import into another?
- How to determine who is and change the owner of database?
- What is the maximum number of rows in a table in Firebird?
- How to migrate Paradox, dBase or FoxPro database to Firebird?
- Is there some bulk load or other way to import a lot of data fast?
- How to prevent firebird.log file from filling up the disk partition?
- How to get a list of tables, views and columns in Firebird database?
- How to stop Super Server service on Linux using only Firebird tools?
- What is the best way to determine whether Firebird server is running?
- Is there an example how to configure UdfAccess setting in firebird.conf?
- How to detect applications and users that hold transactions open too long?
- How to tell Firebird to only accept conections from XYZ host or network?
- Is there an example how to configure ExternalFileAccess setting in firebird.conf?
- Can I concurrently access a Firebird database with embedded and with regular server?