Firebird Question:
Download Questions PDF

How to change database dialect?

Answer:

While you could simply change a flag in database file it isn't recommended as there's much more to it. Different dialects have different ways of handling numeric and date operations, which affects all object that are compiled into BLR (stored procedures, triggers, views, computed fields, etc.) Fixing all that on-the-fly would be very hard, so the recommended way is to create a new database and copy the data. You can easily extract the existing database structure using isql and then copy the data using some of the tools

Download Firebird Interview Questions And Answers PDF

Previous QuestionNext Question
How to add, remove, modify users using SQL?How to configure events with firewall?