Re: [fpc-pascal] Re: SqlDB fails under Windows to create a new Firebird database

2013-10-30 Thread Michael Van Canneyt
On Wed, 30 Oct 2013, Graeme Geldenhuys wrote: I haven't tested what happens if you specify a path under Windows that contain spaces, but will test it later. I would imagine quotes must be used, but not sure how yet. AFAIK: Windows doesn't know single quotes, you need to use double quotes

[fpc-pascal] Re: SqlDB fails under Windows to create a new Firebird database

2013-10-30 Thread Graeme Geldenhuys
Here is the console output of when I run the program. --- c:\programming\m2_system\Scripts>makedb -d '127.0.0.1:c:\programming\data\m2_dl_3019.fdb' Creating database... '127.0.0.1:c:\programming\data\m2_dl_3019.fdb' exception at 00431BD8: : CreateDB : -I/O error during

[fpc-pascal] Re: SqlDB fails under Windows to create a new Firebird database

2013-10-30 Thread Michael Van Canneyt
On Wed, 30 Oct 2013, Graeme Geldenhuys wrote: Hi, I created a very simple little application that takes 2 parameters, then creates a empty FDB (firebird) database, then runs 4 script files to populate the database with default tables and data. This little console application works perfectly