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

2013-10-30 Thread waldo kitty
On 10/30/2013 8:13 AM, Graeme Geldenhuys wrote: 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

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

2013-10-30 Thread Graeme Geldenhuys
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 under Linux and FreeBSD, but fails under Wind