Top "Firebird2.1" questions

For questions specific to Firebird 2.1. It is advisable to also tag with firebird.

Firebird connection with java

I have installed Firebird 2.1 on windows Xp and using firebirdsql.jdbc-2.1.6 driver to connect with java. Code: Class.forName("org.…

java firebird firebird2.1 jaybird
How can I temporarily disable all constraints in a Table in Firebird 2.1?

I want to disable all Foreign key constraints and re-enable them after, is there some way to do that? I …

sql constraints firebird firebird2.1
Firebird 2.1 stored procedure to concatenate text on multiple rows

I am trying to write a stored procedure to concatenate multiple rows of text together to return it as a …

stored-procedures concatenation firebird firebird2.1