1
vote
7answers
173 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 * …
0
votes
what’s the best Firebird IDE?
Test all this !
IBEasy
http://www.marc-grange.net/telecharger.htm *
IBExpert …
0
votes
How to test for object existence in Firebird SQL?
Every year, Martijn Tonies made a session in Firebird Conference
so find in timetable
in 2005
…
0
votes
Migrating client app to FB 2.1
There is also some dbx drivers for Firebird in UIB in \Misc\dbexpress
For completing this I know also dbx drivers for Delphi 2007/2009 at IBExpert
…
1
vote
Queue implementation
Most of the time, deadlocks are caused by bad transaction logic.
In general, the transactions have to be short (the shorter the better).
You can start by reading some doc:
…
1
vote
0
votes
How can I perform a command line uninstall of Firebird?
there is a key in registry called DefaultInstace
in Delphi code
function TfrmMain.FBDefaultInstance: String;
var
Reg: TRegistry;
begin
Reg := TRegistry.Create;
try
…
1
vote
Getting LINQ to Firebird to work
The blog post you speak about is beta version
the final release is on Jir …
3
votes
1
vote
Tools for Performance Testing Grails Wep Applications
If you use Firebird 2.1 or higher you can use sinactica monitor but for older server you can look here …
0
votes
Firebird vs HSQLDB at Java
Firebird is very good embedded database and just win an award at SouceForge this year
SQLite have good press for embedde …
1
vote
1
vote
Domains in Firebird
Impact and size are very small.
It's better to use domain because when you update one : you update it for all the fields who use it.
…
0
votes
Firebird custom installation
read installation_scripted.txt in C:\Program Files\Firebird\Firebird_2_1\doc
/COMPONENTS="comma separated list of
component names"
Choose from -
ServerCompone …
1
vote
Store millions of small images in Firebird blob fields
I see one discussion about this in Firebird News
The question is : to blob or not to blob ?
…
