Just wondering if there are any gotchas to be wary of here. We have a legacy D7 app that we developed several years ago for a client, which uses IBXpress to talk to the open source Interbase 6 build.
I know that there are many Delphi database related questions ava开发者_StackOverflow社区ilable, but I\'m considering only these two databases. I will need to query around 100.000 records.
Has open source ever created a single file database that has better performance when开发者_开发问答 handling large sets of sql queries that aren\'t delivered in formal SQL transaction sets?I work with
This is more of a generic SQL problem but I\'m using Firebird 2.5 if anyone knows of a Firebird/Interbase specific optimization.First, the following is a simplified example schema to illustrate the is
I am researching the possibility of using Firebird for a project. However, one potential problem is replication and failover, or rather, lack of a (subjective) \"good\" solution.There are several pot
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Currently, I have an application that uses Firebird in embedded mode to connect to a relatively simple database stored as a f开发者_运维知识库ile on my hard drive. I want to switch to using PostgreSQL
Can we set the index active when another transaction is in开发者_JS百科 progress. Will firebird wait till the other transaction completes its operation and the index will become inactive/active (this
I have written a psychological testing application, in which the user is presented with a list of words, and s/he has to choose ten words which very much describe himself, then choose words which part
I am using JDBC to connect to a datab开发者_开发知识库ase server. The connection is over a wireless network and can be dodgy at times.