Top "Firebird2.5" questions

For questions specific to Firebird 2.5. It is advisable to also tag with firebird.

ODBC Firebird Driver Unable to connect to data source;library'gds32.dll' failed to load

I want to build a connection between ODBC and Firebird. It has shown error messages like these: [ODBC Firebird Driver] …

odbc firebird2.5
How to decide when use index on table column

When should I use index on table? From how many rows index makes sense? If I have table with constant …

sql sql-server-2008 sql-server-2005 indexing firebird2.5
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
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
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
Firebird Error while trying to create file, Permission denied

I'm trying to create a Firebird database in my home directory through Flamerobin however I always get *** IBPP::SQLException *** Context: …

firebird firebird2.5
Get list of column names from a Firebird database table

How do you get a list of the column names in an specific table? ie. Firebird table: | name | id | phone_…

python sql firebird firebird2.5 fdb
Update a table with join?

I am trying to update table A with data from table B. I thought I can do something like this …

sql firebird firebird2.5