Firebird is a free and open-source, cross-platform, client-server SQL relational database management system, running on Linux, Unix, and Windows.
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 jaybirdI have several databases in Firebird using IBExpert as the GUI admin. I am changing over to MySQL. I can …
mysql phpmyadmin firebird ibexpertI'm using Delphi 7 and Firebird 1.5. I have a query that I create at runtime where some of the values might …
delphi firebirdI have written a tool for displaying database structures using the GetTableNames and GetFieldNames methods of TSQLConnection. How can I …
delphi firebird dbexpressI'm trying to open a .fdb (Firebird) database using FlameRobin but it is giving me the following error message: *** IBPP::…
firebirdI'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-excelI have a large query in Firebird (which I run using FlameRobin), using a parameter all over the place, but …
firebird interbase firebird2.5The structure of T_TABLE2 is ID INT TBL1_ID INT TESTER VARCHAR LOT_ID VARCHAR GRP VARCHAR SITE_NUM …
sql group-by firebirdMy application generates sometimes this kind of errors when accessing Firebird database: Unsuccessful execution caused by a system error that …
delphi firebird uib