I am tying to create a new Interbase 6 Database. If I go into IB Console, Interactive SQL, and run the creation script, Client dialect 3 appears at the bottom of the main window. But if I run the database with my Delphi 6 application, as soon as I get to a date data type, I get the error message "Client SQL dialect 1 does not support access to date data type". I tried putting the line "SQL dialect 3" in the script, but that did not work. I can use an existing database, but if I do that the database size is about 25MB, where it should be only about 4MB.