1
vote
2answers
65 views
Will embedded Firebird/Delphi cause a firewall ‘hit’?
I'm looking at porting an Interbase 6 / Delphi 7 application to embedded Firebird in Delphi 2007. One of the problems we have is getting our users (often quite an unskilled bunch, …
1
vote
7answers
165 views
Parameters in query with in clause ?
Hi all,
I want to use parameter for query like this :
SELECT * FROM MATABLE
WHERE MT_ID IN (368134, 181956)
so I think about this
SELECT * FROM MATABLE
WHERE MT_ID IN (:MYPAR …
2
votes
0answers
28 views
HDBC Driver for FireBird Database
Can someone point me to an HDBC(Haskell) Driver for FireBird Database, Nothing turned up on Google. Is my best option at this point to use an HDBC-ODBC bridge to connect to a FireB …
0
votes
4answers
154 views
Database Design question
Hello everyone!
I have a Firebird database, which let's say has Tables A and B which look like this:
TableA
TableB's Id | SomeNumber | OtherNumber | ComputedByField …
2
votes
4answers
173 views
Firebird or NexusDB
I know that there are many Delphi database related questions available, but I'm considering only these two databases. I will need to query around 100.000 records.
From your experi …
2
votes
3answers
140 views
Firebird, which driver?
Now that I have decided upon Firebird, with the help of StackOverflow :), which driver do you recommend?
Delphi's DBX
Another vendor's DBX
Some native driver
Thanks.
1
vote
2answers
50 views
Firebird multiple statements
Hello, is there any way to execute multiple statements (none of which will have to return anything) on Firebird? Like importing a SQL file and executing it.
I've been looking for …
3
votes
2answers
130 views
Has open source ever created a single file database that auto handles transactions?
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 wo …
1
vote
1answer
47 views
Porting an IBXpress Interbase 6 app to the current Firebird platform, on Delphi 7?
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 …
0
votes
4answers
100 views
Can PostgreSQL be used with an on-disk database?
Currently, I have an application that uses Firebird in embedded mode to connect to a relatively simple database stored as a file on my hard drive. I want to switch to using Postgre …
2
votes
6answers
184 views
Postgres vs Firebird
I'm looking to use either Firebird or Postgres in my next development project ... largely because both are available under a BSD-like license.
I found a great comparison of the tw …
3
votes
4answers
132 views
Moving away from MS SQL Server to open source RDBMS
So I'm an MSSQL guy and I have been for a while because it's what I've always used in my workplaces. So when I create a new project I'm usually inclined to just grab a copy of SQL …
1
vote
3answers
120 views
Speeding up SQL query when sorting on foreign keys
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 …
1
vote
3answers
49 views
Firebird 2.0 transaction SELECT performance
In Firebird 2.0, is using an explicit transaction faster on a SELECT command than executing the command with an implicit one?
4
votes
3answers
51 views
What is the most efficient way to store measurements with a variable number of fields in a database ?
We have a data collection system that collects measurements from environmental sensors that measure velocity of water flowing through a river or channel. Each measurement generates …
