[firebird-support] Firebird 3 boolean fields and odbc driver

2016-05-27 Thread heineferre...@yahoo.com [firebird-support]
Hi,

Does the current (latest) odbc driver support the firebird 3 boolean fields?

Thanks

Heine


 



[firebird-support] Firebird schema questions

2016-03-07 Thread heineferre...@yahoo.com [firebird-support]
Hi,
What is a schema and how do I use it?
I saw in the odbc driver settings they mention schemas.

Thanks

Heine


 



[firebird-support] database formats?

2016-02-24 Thread heineferre...@yahoo.com [firebird-support]
Hi,

Is there any difference between the database format of a 32bit Firebird 
database vs a 64bit Firebird database?
Is there any difference between a database format running on a windows server 
vs one on a linux or mac server?

In other words:
Can you backup and restore between different 32/64 bit servers?
Can you backup and restore between windows/linux/mac?

Thanks

Heine

 



[firebird-support] firebird and transaction behaviour questions

2016-02-23 Thread heineferre...@yahoo.com [firebird-support]
Hi,

I am using Firebird 2.5.5 with Access 2010 and the odbc driver on windows 7 
prof sp1.
A friend of mine said that everything in firebird MUST be done inside a 
transaction.
Is this the case if you are doing reads only?
Is this the case if you are only inserting, updating or deleting ONE record at 
a time?
I can understand if you are writing changes effecting multiple records.
Do you have to do transactions while doing DDL changes?
It's easy to do transactions with code in access but the bound forms and 
reports it is substantially more difficult.

Thanks

Heine