0
We have a demo application that has an Firebird Database distributed with it in the install package. We use the Firebird Embedded Server DLL files to distibute with it.
We would like to distibute just a plain database with no tables, indexes, etc created in it, since the database is always being updated, we would rather distibute a SQL script that the installer can then run to update the database.
Is it possible to do this with embedded firebase server? I have always had to have the non-embedded server (Superclassic & Superserver) on my machine to create the database and run the SQL sqript using ISQL.
Thanks