Tagged Questions

Firebird 2.5 enables to achieve better stability and performance. Version 2.5 of Firebird brings a new level of quality to the world of open-source databases whilst upholding the Firebird database principles of free development and deployment.

learn more… | top users | synonyms

4
votes
1answer
52 views

Converting char to integer in INSERT using IIF and SIMILAR TO

I am using in insert statement to convert BDE table (source) to a Firebird table (destination) using IB Datapump. So the INSERT statement is fed by source table values via parameters. One of the ...
3
votes
3answers
146 views

Is it possible to use Firebird Embedded for small number of users

I am using Firebird on Windows (Delphi 2010 developed Application). Is it possible to use Firebird Embedded for small number of users? http://www.firebirdsql.org/manual/fbmetasecur-embedded.html If ...
3
votes
1answer
557 views

Delphi XE2 dbExpress and Firebird 2.5

does the new XE2 dbExpress still have problem using Boolean fields ?
2
votes
1answer
36 views

searching by all fields with like in 2 tables left join - performance issues?

i am doing left join between 2 tables in firebird sql 2.5, and i need to search them as strings with like statement. it is like : Table: USER : ID | NAME | TIME | ADDRESS_FK . Table : ...
2
votes
2answers
147 views

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
2
votes
2answers
815 views

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 message: Engine Error (code = 335544569): Dynamic SQL Error. SQL error code ...
2
votes
4answers
477 views

Firebird for cloud application?

I will start a POS (point of sale) system that will begin as a regular intranet system (in his initial-beta stage) but I want to scale later to a cloud offering. I will offer it as a hybrid solution. ...
2
votes
4answers
462 views

Huge page buffer vs. multiple simultaneous processes

One of our customer has a 35 Gb database with average active connections count about 70-80. Some tables in database have more than 10M records per table. Now they have bought new server: 4 * 6 Core = ...
1
vote
1answer
85 views

How to create an embedded database using Firebird in C#

I am trying to setup an embedded database for my c# application. I try many things but cannot get it working. How can I do it? I mean which files to which folder? I have firebirdclient referenced in ...
1
vote
1answer
42 views

One result from join between 2 tables?

It is a bit complicated to explain into the main caption, but the situation is as follow : - I have 2 tables : Users, Preferences. defined as follow Users : ID | NAME | FK_NODE_PREFERENCES ...
1
vote
1answer
178 views

Delphi: Text-blobs in ClientDataSet on Firebird 2.5 with ODBC

We have faced a very strange problem. We are running a firebird 2.5 database with the following table structure. CREATE TABLE TEST ( ID INTEGER NOT NULL, MEMO BLOB SUB_TYPE 1 SEGMENT SIZE ...
1
vote
1answer
86 views

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 integer when possible (when the char string is numeric), so for example the ORDER BY clause that i ...
1
vote
1answer
145 views

Firebird sample database(s) recomendation for learning database design and administration

My Firebird installation comes with the EMPLOYEE.fdb database to get you started. I am interested in example firebird database(s) that I can use as examples of good database design and practice ...
1
vote
2answers
175 views

Updating where id in stored procedure - enormous amount of fetches

UPDATE TABLE SET SOMETHING = 1 WHERE ID IN (SELECT ID FROM STORED_PROCEDURE) Records in TABLE = 2100 Records from stored procedure = 50 This statement cousing enormous amount of fetches (31M!) on ...
1
vote
0answers
196 views

Entity Framework Update statement generating invalid SQL for Firebird

I'm using Firebird 2.5.0 with the Entity Framework, which has been working well. However, recently I have changed something (I presume) and now the SQL that is being generated when I try to save my ...
1
vote
2answers
542 views

FIREBIRD 2.5: SELECT and PROCEDURE

In Firebird Embedded v2.5 ... How to use procedures in query (SELECT) ? My procedure: SET TERM ^ ; CREATE PROCEDURE FN_TEST( Y INTEGER ) RETURNS( X INTEGER) AS BEGIN X = Y + 1; END^ SET TERM ; ^ ...
1
vote
2answers
139 views

FIREBIRD How to search only the first word of a field?

I need to search only the first word of a field, ex: My Table: Name --------------------- Henrique Melicio José Eduardo da Silva John McFly My Query (results): Name ----------- Henrique José ...
1
vote
2answers
644 views

Using Reserved Word TimeStamp as a field name (Firebird 2.5)

Am extending the data layer of an existing application to work with FireBird 2.5, in addition to MSSQL and SQLite, but have hit a stumbling block. I have a field called TimeStamp which stores the ...
1
vote
3answers
647 views

Speeding up SQL query when sorting on foreign keys

This is more of a generic SQL problem but I'm using Firebird 2.5 if anyone knows of a Firebird/Interbase specific optimization. First, the following is a simplified example schema to illustrate the ...
0
votes
1answer
47 views

firebird set case insensitive collation

How can I set case insensitive collation for the whole database? Do I have to recreate the tables and data? Database is firebird 2.5
0
votes
2answers
367 views

Firebird & Visual Studio 2010 Failed to find Data Provider

I have Windows 7 64bit. I am trying to use Firebird with VS 2010. I get the following error: Failed to find or load the registered .Net Framework Data Provider. I have done the following ...
0
votes
2answers
146 views

Firebird's Entity Model support

I downloaded Firebird 2.5 and read somewhere that it supports Entity Framework. When I add ADO.NET Entity Data Model in my project and try to update database with model, Visual Studio 2010 only ...
0
votes
1answer
63 views

Creating a Firebird DB on a network drive that has a password

I installed Firebird on a Network drive but cant create a new DB. The network drive has a password and I'm not sure if it makes a difference. I get a sqlstate = 08006 error. Any tips for setting up a ...
0
votes
2answers
68 views

Which ORM tool is compatibe with Firebird 2.5?

I want to use Firebird 2.5 SuperServer as back-end to .NET 4.0 application. Which ORM tool is compatible to work with .NET 4.0 & Firebird 2.5?
0
votes
1answer
42 views

Not able to create new Firebird database

I am new to Firebird. I installed Firebird Superserver 2.5 with "Install as application" option. I also installed FlameRobin GUI front-end. When I am trying to create a new database with SYSDBA ...
0
votes
1answer
65 views

Firebird - Mix records of two different tables

I'm looking for a way to solve my sql problem. I have 2 tables in Firebird 2.5 ( T1 and T2 ) like these: T1 ( T1_ID INTEGER, T1_DAY DATE, T1_NAME VARCHAR(200) ) T2 ( T2_ID INTEGER, T2_DAY ...
0
votes
3answers
116 views

Calculating a field from SQL Query Selecting from multiple tables with Union

I have the following query, which works great. The problem I have is that in both tables (and the aggregate unioned table), there is a field called MTGUID. I need to multiply MTGUID by a number (let's ...
0
votes
2answers
164 views

Cursor not returned from Query

I'm using Delphi XE and FireBird 2.5. Try use a TSQLStoredProc and give me the error "Cursor not returned from Query" when I put the Active property to TRUE. An dummy example of storedproc CREATE ...
0
votes
1answer
122 views

Embedded firebird 's calling restriction

I have downloaded and am trying to use the embedded firebird (the native fbembed.dll and its helpers) in .net/mono environment via firebird's .net provider (the FirebirdSql.Data.FirebirdClient.dll ). ...
0
votes
3answers
501 views

Can't get Firebird Embedded work with FluentNHibernate

Newbie here, This is the first time I use Firebird. I want to use Firebird Embedded with FluentNHibernate, but it throws exception when I tried to run my test program. The test project can be ...
0
votes
1answer
729 views

Firebird 2.5 reports “is not a valid database” although it is

I've got two computers both running Firebird (let's called them A and B) and two database files (let's call them a.fdb and b.fdb), both copied to both computers. On B I get the message "b.fdb is not a ...
0
votes
2answers
2k views

can't get Firebird DDEX .NET provider integration to work with visual studio 2010

Description: After installing Firebird Client and DDEX for Visual Studio 2010 (.NET 4.0) I am unable to add new connection to firebird from Visual Sutio 2010 (Professional)->Server Explorer->Data ...
0
votes
1answer
414 views

Entity Framework NullReferenceException calling ToList?

I'm very new to WPF and the EF, and I'm trying to display some data from a table in a datagrid. I've got the entity model pulled from an existing database and simple operations seem to work (getting ...
0
votes
1answer
102 views

Firebird - Create count ODBC with query

It's possible insert a query in a count ODBC? Example: Select * From Customers where name = 'John'; I can't create a view in my database and I need to make that query in a Count ODBC to conect ...
0
votes
1answer
214 views

What does values of MON$STATEMENTS.MON$STATE stand for?

Querying against FB 2.5 RC3 server I can see values 0, 1, 2 in the mentioned field. But release notes describe only 0 and 1. What does 2 mean?