Subject Re: [ib-support] create database
Author Paul Reeves
zulley15 wrote:
>
> I just installed Firebird ---
> How do i basically create a Firebird/Interbase
> Database from scratch?
>
>
The way that will always work is to open ISQL and type

create database 'c:\path\to\my\database.gdb';

If you go to http://www.ibphoenix.com/ibp_interbase_download.html you should
be able to find links to the old Interbase documentation sets. The full syntax
for create database has changed little.

Most GUI tools should also let you create databases quite easily - you can
find links to them here: http://www.ibphoenix.com/ibp_contrib_download.html


Paul
--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further