Top "Firebird" questions

Firebird is a free and open-source, cross-platform, client-server SQL relational database management system, running on Linux, Unix, and Windows.

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
Export Firebird database to sql

I have several databases in Firebird using IBExpert as the GUI admin. I am changing over to MySQL. I can …

mysql phpmyadmin firebird ibexpert
How do I explicitly insert nulls into a parametized query?

I'm using Delphi 7 and Firebird 1.5. I have a query that I create at runtime where some of the values might …

delphi firebird
How can I get the table description (fields and types) from Firebird with dbExpress

I have written a tool for displaying database structures using the GetTableNames and GetFieldNames methods of TSQLConnection. How can I …

delphi firebird dbexpress
Load and save image from blob field in delphi using firebird

In my Firebird database I have a Blob field that contain a Bitmap. I'll have to load and display in …

image delphi bitmap blob firebird
Why do I get an unsupported on-disk structure error when opening a Firebird database?

I'm trying to open a .fdb (Firebird) database using FlameRobin but it is giving me the following error message: *** IBPP::…

firebird
How to load Excel or CSV file into Firebird?

I'm using Firebird database and I need to load Excel file into a database table. I need a tool that …

csv import firebird import-from-excel
Define variable and run a query using EXECUTE BLOCK

I have a large query in Firebird (which I run using FlameRobin), using a parameter all over the place, but …

firebird interbase firebird2.5
How to use GROUP BY in firebird

The structure of T_TABLE2 is ID INT TBL1_ID INT TESTER VARCHAR LOT_ID VARCHAR GRP VARCHAR SITE_NUM …

sql group-by firebird
Firebird error message "Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements"

My application generates sometimes this kind of errors when accessing Firebird database: Unsuccessful execution caused by a system error that …

delphi firebird uib