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.

Cast as Int only when Character is a number on FireBird 2.5

I have a query that i use on MySQL database that order the result casting a char database field to …

sql-order-by firebird firebird2.5
How to register Firebird data provider for Entity Framework?

How do I register a Firebird data provider to use it with Entity Framework? What should I do to make …

entity-framework firebird provider
Run multiple insert queries against firebird database using isql

I have requirement of inserting enormous data in table of firebird database around 40K entries. I got my scripts ready …

firebird firebird2.5 isql
Firebird database SYSDBA connection error

I just installed Firebird for Win64, and I was trying to connect to the employee database which comes pre-packaged with …

database connection firebird isql
Firebird Embedded & Delphi "unavailable database"

I'm using Firebird 2.5 (Embedded) And Delphi XE2. I kept below files to my aplication root dir : C:\myapp\app.exe …

delphi delphi-xe2 firebird firebird-embedded
Connecting to embedded FireBird database from C# app issue

I seem to have an issue with connecting to an embedded FireBird database from a sample C# app. Here's what …

c# firebird firebird-.net-provider
arithmetic exception, numeric overflow, or string truncation

I use firebird as my database and mybatis to manipulate the data, but when I run a query with a …

sql firebird mybatis
Size of a blob field in Firebird

Is there a way to retrieve (using a select statement) the size of a blob field in Firebird?? I've a …

firebird
Firebird SQL Statement to Get the Table Definition

I am writing my own Firebird database browser using the ibpp library. Is there a way I can get the …

sql firebird
Firebird cast integer as Time or Date

I have a table which stores an amount of seconds as integer. I want to display it and use it …

sql firebird firebird2.5