[firebird-support] Firebird 2.5.x or 3.0.x on an ext4 Samba4 or Samba4.1 partition

2014-04-03 Thread Roberto Carlos
Is there any problem or should I take any special care on having Firebird 2.5.x or 3.0.x data files (FDB) on the same partion of Samba 4 (or Samba 4.1) in a directory for databases not shared, of course? My second hard drive is mounted on an ext4 partition using the attributes

Re: [firebird-support] Copy Table

2014-04-03 Thread Thomas Beckmann
Yes, you can even do that completly dynamically. But for your first step, consider: create procedure copytbl(suffix varchar(10)) as begin execute statement 'create table test' || suffix || '( ID bigint )' with autonomous transaction; execute statement 'insert into test' || suffix || '(ID) '

Re: [firebird-support] union from 2 database using ODBC: is it possible?

2014-04-03 Thread Tibor Peák
Well, that's not a good news, but thanks a lot for your answer.