I am migrating an application from Delphi 6 - IBX - Firebird 1.5 that works great to Delphi 2010 - Firebird 2.1 - UTF8 database.
We have a \"large\" code base already developed using SQLite and NHibernate using .NET 2 for our clients.Using SQLite we can communicate with the db (even multiple clients) across a Windows file share
I have a client that uses the mysql database to enter data, but he wants the data can be read w开发者_运维问答ith accurate program that uses the Firebird database.
I am looking into using a lightweight serverless database engine like SQLite, Firebird, o开发者_开发技巧r VistaDB in an upcoming project.
IMPORTANT NOTE: I recieved many answers and I thank you all. But all the answers are more comments than answers. My question is related on the number of roundtrips per RDBMS. An experienced person tol
A开发者_StackOverflow社区ssuming the Firebird client is installed what additional files need to be included with a Delphi 2010 application that uses dbExpress to access the Firebird database.
Our software installer install firebird if it is not present on the system and, as we are pursuing Win certificate the uninstaller should remove it but, we want to make sure that even if it was the in
I am considering the migration for 4 reasons: 1) SQLSERVER installation is a nightmare, expecially for 1-user software (Even if typically I have 3-20 users, sometimes I sell my software to single use
I have two firebird databases running on the same server and I want to write to a table on one of the databases from a trigger on the other database when certain actions occur. I have had a searc开发者
I\'ve got a record set that consists of a start and end time in two separate fields: id - Int startTime - DateTime