Tagged Questions
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platform. For more information, visit the Firebird website: http://www.firebirdsql.org/en/about-firebird/
3
votes
3answers
147 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
134 views
Please help with this SQL query
I'm using Firebird 2.1. There is a table name Folders, with the fields:
FolderID
ParentFolderID
FolderName
ParentFolderID is -1 if it's the root folder -- otherwise it contains the parent ...
3
votes
1answer
767 views
Error converting variant into double [ Delphi XE + IBObjects 4.9.12 ]
My configuration:
Delphi XE
Firebird 2.1
IBObjects 4.9.12
Windows 7 64bits
I get an exception when I try to set a value to a IBOQuery parameter ("Could not convert variant of type (UnicodeString) ...
3
votes
3answers
315 views
How to get all the fields of a row using the SQL MAX function?
Consider this table (from http://www.tizag.com/mysqlTutorial/mysqlmax.php):
Id name type price
123451 Park's Great Hits Music 19.99
123452 Silly Puddy Toy 3.99 ...
3
votes
1answer
1k views
Delphi: how to create Firebird database programmatically
I'm using D2K9, Zeos 7Alpha, and Firebird 2.1
I had this working before I added the autoinc field. Although I'm not sure I was doing it 100% correctly. I don' know what order to do the SQL code, with ...
3
votes
5answers
1k views
Firebird 2.1 TIMESTAMP arithmetic and civil intervals
My understanding is that, in keeping with Interbase v6, Firebird 2.5 does not support the SQL-92 INTERVAL keyword. At least, so suggests this reference and my repeated SQLCODE -104 errors trying to ...
3
votes
2answers
1k views
How can I temporarily disable all constraints in a Table in Firebird 2.1?
I want to disable all Foreign key constraints and re-enable them after, is there some way to do that?
I know that SQLServer allows that, but what about Firebird?
2
votes
1answer
69 views
Bitwise operator in firebird
Can we do bitwise and in a firebird procedure without using a UDF? is there
one of the built in function or is there a way to get the same results
with standard built in commands?
I tried ...
2
votes
2answers
214 views
Firebird rownum *or* linq style skip and take
I'm using firebird database and it does not seem to have ROWNUM or ROW_NUMBER() like sql server does so I cannot follow the procedure explained here.
I have a query whose result dataset is bigger ...
2
votes
2answers
856 views
Executing stored procedures in Firebird using JPA NamedStoredProcedureQuery
EntityManager em = getEntityManager();
EntityTransaction etx = em.getTransaction();
etx.begin();
Query query = ...
2
votes
2answers
792 views
Firebird 2.1 stored procedure to concatenate text on multiple rows
I am trying to write a stored procedure to concatenate multiple rows of text together to return it as a single string. For example:
CREATE TABLE TEST (
ID INTEGER,
SEQ INTEGER,
TEXT VARCHAR(255));
...
2
votes
3answers
110 views
Database design question - which is the best solution?
I'm using Firebird 2.1 and I'm looking for the best way to solve this issue.
I'm writing a calendaring application. Different users' calendar entries are stored in a big Calendar table. Each calendar ...
2
votes
1answer
296 views
Insert null into not null column with default FIREBIRD
Inserting null into not null column with default is giving me a validation error instead of taking the default value.
I don't want to make on before triggers to all of the tables. Is there any other ...
2
votes
3answers
457 views
1
vote
2answers
25 views
MINUS algebra operator set in firebird database
I have two equal queries whit different filter applied on the same table.
the first query returns (1,2,3,4,5) and the second returns (3,4,5).
I want apply the MINUS/EXCEPT operator:
select1 minus ...
1
vote
3answers
66 views
How do I merge structure changes from one Firebird's database to another? (not the data)
The problem is like this: my company has a service that cannot stop running for long periods of time and I was working on some modifications in the database structure used by this service.
Now that ...
1
vote
2answers
94 views
Is Firebird 2.1 efficient to store a massive number of rows in some DB's table?
My application keeps receiving a really small event that it needs to store and I was thinking which is the best way to handle it. The table for this event would be something like this:
EVENT
id
...
1
vote
2answers
145 views
How to reverse the results of this query?
I'm using Firebird 2.1. There is a table name Folders, with these fields:
FolderID
ParentFolderID
FolderName
ParentFolderID is -1 if it's the root folder - otherwise it contains the parent folder's ...
1
vote
1answer
183 views
using Qt Stored procedure in Firebird
Good Afternoon,
I'm starting in the world of Qt and a Firebird database.And finish the driver installation process and perform operations onthe database insert, update and consultation.
When I started ...
1
vote
3answers
149 views
SQL - where condition for each column
This is a general SQL question, but I if you must know the database is Firebird.
I have this table (simplified):
user amount type
--------------------
john 25 credit
john 20 debit
...
1
vote
2answers
262 views
Firebird constant UDF
Is it possible to make an EXTERNAL FUNCTION as constant or immutable, so that Firebird knows not to recompute it during the course of one SQL statement?
In the example below (Firebird 2.1), I'd like ...
1
vote
1answer
107 views
ibase_execute just hangs when there is a deadlock
Setup: firebirdsql 2.1.3 win32, php 5.3 (installed with xampp)
When I try to update a record that's edited in a desktop app or IBexpert, and there is a deadlock, ibase_execute just hangs, does not ...
1
vote
2answers
359 views
Why cant I execute this alter procedure firebird query?
the query is:
SET TERM ^ ;
ALTER PROCEDURE SALVARROTA (
datahora timestamp,
distancia double precision,
custo double precision,
capacidadelivre double precision,
capacidadetotal ...
1
vote
1answer
62 views
Trouble translating a SQL Server query to Firebird
I'm new to Firebird, and I'm having particular difficulty translating this T-SQL to Firebird SQL. This code is stored outside of the database, not in a stored procedure.
DECLARE @NumTotal int
DECLARE ...
1
vote
1answer
301 views
How can I measure the amount of space taken by blobs on a Firebird 2.1 database?
I have a production database, using Firebird 2.1, where I need to find out how much space is used by each table, including the blobs. The blob-part is the tricky one, because it is not covered using ...
1
vote
2answers
81 views
Help with SQL query - some magic needed
I need some help with a query - I'm using Firebird 2.1.
I have a table like:
RowID (primary key) | ActivityID | Duration | BilledAt
1 | 1 | 50 | 06.08.2010, 14:05:00.598
2 | 1 | 70 | 06.08.2010, ...
1
vote
1answer
463 views
Firebird query is crashing with org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544364. request synchronization error
I am using JdbcTemplate.queryForInt to insert a Row into the DB, and then get the ID back.
The Query is "INSERT INTO metadocs(NAME) values (?) RETURNING METADOCID". If I run the statement in ...
1
vote
1answer
44 views
maximum stored proc name in firebird
I am migrating my db from Interbase to Firebird, and the 1st hiccup we hit comes from our stored proc names.
We have a handful of stored procedures with names greater than 31 characters (which ...
1
vote
2answers
473 views
Firebird 2.1 + EXISTS = query bug?
Using Delphi 2009 + Firebird 2.1.3.
Database is ODS 11.1, default char set is UTF8.
My prepared query is as follows:
SELECT
a.po_id, a.po_no
FROM
purchase_order a
WHERE EXISTS
(SELECT 1
...
1
vote
0answers
83 views
Using F_RoundToEven FreeAdhocUDF function fails with some numbers
I have noticed that when we use F_RoundToEven UDF from FreeAdhocUDF, that it fails to produce a correct result with certain numbers.
For example, the query:
select
F_RoundToEven(21.145, 2) ...
1
vote
4answers
644 views
Incorrect error messages in FB2.1
I have FB1.5 and FB2.1 installed in my computer. I´ve written a script to swich from one instance to another. It runs all ok, I access FB1.5 and 2.1 databases normally.
My issue is, when I´m running ...
0
votes
2answers
116 views
Firebird Error: “operating system directive CreateFile failed”
Did any one see this error ??
I'm using Firebird 2.1 and database create statement is getting failed on v.first stored procedure execution.
Error Message:
[869] : There was a problem creating a ...
0
votes
1answer
121 views
Firebird 2.1 Issue with User and Role
I am using FireBird 2.1 and I have a user and a role. I granted execute permission on an stored procedure to role but not to user.
When I am trying to execute the stored procedure while logged in as a ...
0
votes
3answers
143 views
SQL Where Clause Returning Multiple Results
I have a SQL Statement with multiple conditions in the WHERE clause, however once one condition is met, the query stops. What I need is for the query to return ALL rows pertaining to one of the ...
0
votes
2answers
255 views
How can I search a specified character in the entire SQL database with IBexpert?
How can I search some particular character on the entire database with IBexpert?
For example:
I have some "'" (') in some part in the data of the tables and this is getting me an error later on, and ...
0
votes
1answer
97 views
Howto update duplicates in firebird?
Searched google for "firebird update duplicates" and "firebird handle duplicate update" but did not get any stuff, that would solve my question; so i thought it would be a good idea to use this ...
0
votes
1answer
78 views
In Firebird would be a way to auto-update coincident rows in a INSERT procedure?
if you are running a query that inserts a new set of records in a table from other one, there is a way to force the update of the coincident pk record in the destination table, without deleting ...
0
votes
2answers
456 views
Compact Firebird 2.1 Database
How can I compact Firebird 2.1 database, like we do in MS Access (discarding erased data, remaking index, etc)?
There's a way to do it?
Thanks!
0
votes
2answers
767 views
Firebird connection with java
I have installed Firebird 2.1 on windows Xp and using firebirdsql.jdbc-2.1.6 driver to connect with java. Code:
Class.forName("org.firebirdsql.jdbc.FBDriver");
connection = ...
0
votes
2answers
78 views
Can you define a NULL on a column definition in the Create Table statement in a Firebird DB?
I am using SQL Manager Lite to try to run a DDL Create Table script. I am new to Firebird and I don't know why it isn't working. The following script...
create table Contacts (
ID ...
0
votes
0answers
138 views
What is the minimum firebird client installation to run .Net applications?
I followed all the steps suggested here Minimum Firebird Client Installation on Windows. However I haven’t managed to make my application to run yet. Does anyone have managed to run .Net applications ...
0
votes
1answer
169 views
Program cannot reconnect to Firebird after abnormal termination
What can be done to prevent having to restart a PC after a program (C++Builder) terminated abnormaly without closing the database using firebird 2?
What I am looking for: I would like to be able to ...
0
votes
2answers
1k views
Runtime Error R6034 when trying to use Firebird Server 2.1 on Windows Server 2003 (Cannot Load gds32.dll)
I'm getting this runtime error R6034 when I try to execute an application in a Windows 2003 Server.
Microsoft Visual C++ Runtime Library
Runtime Error!
R6034
An application has made ...
-2
votes
3answers
100 views
Any idea why one assign statement works and the other does not?
Here's my code:
string strSQL = "SELECT * from tMedia where SKU = '" + SKU + "'";
FbCommand command = new FbCommand(strSQL, databaseConn);
if (databaseConn.State == ConnectionState.Closed)
...