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.

Error SQLCODE -904 in firebird after installation

I installed firebird database for the first time in my life (version 1.5.6 on Windows 7), after installation I can not connect …

firebird firebird1.5
Does Firebird need manual reindexing?

I use both Firebird embedded and Firebird Server, and from time to time I need to reindex the tables using …

firebird
Spring Data JDBC Firebird dialect not recognized

I'm trying to connect to Firebird database using Spring Data JDBC and Spring Boot. I've created a simple app using …

spring spring-boot firebird jaybird spring-data-jdbc
Which version of Interbase or Firebird was a database created under?

I have a file with an extension .ib. I am guessing it is either an Interbase or a Firebird file, …

firebird interbase
How to connect in a firebird database in execution time?

I'm having a hard time to make my code work. I want to connect to a database with my application …

delphi firebird datamodule
Error opening Interbase database with IBExpert

wrong or obsolete version. unsupported on-disk structure for file C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\DESKTOP\BD.IB; found 11.2, support 11.2 When …

firebird interbase ibexpert
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
Error message "Incorrect values within SQLDA structure" with Firebird and Delphi 2009

I'm strugling with error message "Incorrect values within SQLDA structure" when I'm trying to update blob field within Firebird 2.1 database …

delphi delphi-2009 firebird dbx
Convert text blob to nvarchar from Firebird to SQL Server

I am using SQL Server and have got a Firebird database as a linked server in my SQL Server. I …

sql sql-server type-conversion firebird openquery
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