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.

PHP Startup: Unable to load dynamic library

I am trying to use Firebird 2.5.2.26539 with: Windows 8 Apache 2.2.22 PHP 5.4.10 When i enable the extensions of firebird in php: - …

php windows windows-8 firebird
INSERT SELECT in Firebird

I'm new to firebird and I have verious issues. I want to insert various lines into a table selected from …

sql select insert firebird firebird2.5
Can't connect to local Firebird with ISQL

I'm trying to setup a local firebird instance to test against but am unable to connect to it with even …

firebird firebird2.5 isql
JDBC connection with auto reconnect

I am using JDBC to connect to a database server. The connection is over a wireless network and can be …

java jdbc firebird jaybird
Postgres vs Firebird

I'm looking to use either Firebird or Postgres in my next development project ... largely because both are available under a …

database postgresql firebird
What is the best database to use for a Java desktop application

Which of the following databases is best for a big desktop application: Firebird, JavaDB, hsqldb ? I need performance, easy of …

java database firebird
How to split comma separated string inside stored procedure?

How to split comma separated string into strings inside store procedure and insert them into a table field? Using Firebird 2.5

sql string firebird firebird2.5
How to SELECT a PROCEDURE in Firebird 2.5

I'm using Firebird Embedded v2.5. How to use procedures in query (SELECT) ? My procedure: SET TERM ^ ; CREATE PROCEDURE FN_TEST( …

select stored-procedures firebird firebird2.5
Simple multi-user database solution

I've written a Windows desktop application that works with Sqlite very nicely. It was a single user app, and the …

database sqlite firebird multi-user
Executing a script using ISQL

I'm creating a simple isql script but it's not working and I need some help to find out whats wrong …

firebird interbase isql