Firebird is a free and open-source, cross-platform, client-server SQL relational database management system, running on Linux, Unix, and Windows.
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.5I'm trying to setup a local firebird instance to test against but am unable to connect to it with even …
firebird firebird2.5 isqlI'm looking to use either Firebird or Postgres in my next development project ... largely because both are available under a …
database postgresql firebirdWhich of the following databases is best for a big desktop application: Firebird, JavaDB, hsqldb ? I need performance, easy of …
java database firebirdHow 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.5I'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.5I've written a Windows desktop application that works with Sqlite very nicely. It was a single user app, and the …
database sqlite firebird multi-userI'm creating a simple isql script but it's not working and I need some help to find out whats wrong …
firebird interbase isql