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.

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
MySQL vs Firebird vs SQLite

We will implement a company based ( not open source ) software and I really cannot choose which one I am going …

mysql database sqlite firebird
Incompatible wire encryption levels requested on client and server with Firebird ado.net provider

I am testing the connection firebird 3 using C #. The version of what I'm used is the latest : Firebird ADO.NET …

c# firebird firebird-3.0 firebird-.net-provider
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
firebird user with granted privileges cannot access tables

I created a Firebird user (PIPPO) via jaybird, follows gsec "display": GSEC> di user name uid gid admin full …

database firebird privileges role jaybird
Firebird JDBC driver connection character encoding

I have a JSF application running on tomcat6 in Fedora 17 using firebird as the database and all the registers coming …

java jdbc firebird fedora
Finding a legacy firebird/Interbase database password

I have a customer that has an old non-existant application; he had a problem with the company that made the …

firebird legacy brute-force interbase forgot-password
How do I create a new Firebird database from the command line?

I'd like to create a new Firebird database in my C# client application. Is there a command line utility that …

command-line firebird isql
Firebird error error code = -206 Column unknown

I use IBDac with Delphi to connect to Firebir db and suddenly when I tried to run the software I …

delphi firebird devart
Firebird default character set

SQL select command SELECT a.RDB$CHARACTER_SET_NAME FROM RDB$DATABASE a returns NULL. What character set is used …

character-encoding firebird