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.

Firebird iSQL - How to input SQL query from command line, and retrieve output in simpler format

I'm using Firebird's isql.exe tool to query an existing database: isql -u <username> -p <password> &…

sql firebird nsis isql
Connection issue in JayBird

I am new to Firebird using its Java version Jaybird, But unable to connect from database (.fdb file). The problem …

connection firebird jaybird
Can't declare variable in Firebird 2.5, why?

I have a one line query: DECLARE VARIABLE var_SecondsOfTime INTEGER; But after running the query I am getting this …

variables firebird declaration firebird2.5
Is it possible to rename a table in Firebird?

Is it possible to rename a table in Firebird or I should create a new table and then move the …

sql firebird
Column aliasing in SELECT statements doesn't work with SQuirrel SQL + Firebird

I tried add an column alias in SELECT statement using SQuirrel SQL 3.4 + Firebird 1.5 + Driver JDBC Jaybird 2.2.[0|1] (JVM 1.7.0_03), but doesn't work. …

sql jdbc firebird squirrel-sql jaybird
Updating generator value issue

I'm currently working on modifying a Firebird v. 1.5 database. The database structure will be modified running queries from a delphi …

firebird auto-increment firebird1.5
Firebird 2.5 CHARACTER SET WIN1252 is not installed

I've installed Firebird-Server 2.5 on FreeBsd 9.1 using: pkg install firebird-server-2.5.2_1 It's working ok, since I can connect using FlameRobin from an …

firebird freebsd firebird2.5
Creating a database in Firebird using FireDac (Delphi)

I recently changed from AnyDac to FireDac (8.0.5.3365). We're running Delphi 2006. When I was using the AnyDac version of this component …

delphi firebird firedac
What are the advantages of VistaDB

I have seen the references to VistaDB over the years and with tools like SQLite, Firebird, MS SQL et. al. …

sql-server database sqlite firebird vistadb
PHP can't load some libraries

First I'm using Windows 7 64 bits, WAMP 32 bits and firebird 32 bits. I'm trying to use PHP with firebird or interbase, so …

php wamp firebird interbase