Tagged Questions
Firebird (RDBMS) is derived from Borland InterBase 6.0 source code. It is open source and has no dual license. Whether you need it for commercial or open source applications, it is totally FREE! Firebird technology has been in use for 30 years, which makes it a very mature and stable product.
15
votes
2answers
301 views
What data structure is recommended for multiple calendars, dates and durations?
I have a requirement to store dates and durations arising from multiple different calendars. In particular I need to store dates that:
Span the change to Gregorian calendars in different countries ...
15
votes
17answers
20k views
Generate Insert SQL statements from a csv file
I need to import a csv file into Firebird and I've spent a couple of hours trying out some tools and none fit my needs.
The main problem is that all the tools I've been trying like EMS Data Import ...
12
votes
7answers
679 views
Using Delphi data-aware components - pros and cons
I want to know your opinion about using data-aware components in projects. Which are the 'strength' and 'weak' points of developing applications(win32 and web), by using Delphi and data-aware ...
11
votes
10answers
5k views
SQLite vs Firebird
The scenario I'm looking at is "This program uses Postgres. Oh, you want to just use it single-user for the moment, and put off having to deal with installing a database server? Okay, in the meantime ...
11
votes
8answers
2k views
Why not use firebird?
There have been recommendations to use Firebird as a enterprise alternative to Oracle, MSSQL, MySQL, PostgreSQL.
I'm planning to move some our SQL Server databases to viable alternatives and I'm ...
10
votes
4answers
1k views
How do I explicitly insert nulls into a parametized query?
I'm using Delphi 7 and Firebird 1.5.
I have a query that I create at runtime where some of the values might be null. I can't work out how to get Firebird to accept explicit nulls for values that I ...
8
votes
2answers
266 views
NHibernate with Firebird… are these features enabled?
We're using NHibernate to great success with a Firebird backend. My question relates to the features available in NHibernate being supported by Firebird. If you have any expertise with Firebird and ...
8
votes
9answers
3k views
What is a good embedded database to use with C#?
With the demise of VistaDB (vistadb.net), I am on the look out for a good embedded database to use for my C# programming.
Does anyone have any suggestions for something to use that it is simple to ...
8
votes
7answers
1k views
What is the best database to use for a Java desktop application
i have to choose a database for a big desktop application.
Which of this db is better: Firebird, JavaDB, hsqldb ?
I need perfomance and easy to use, and totally free license.
Thank.
8
votes
6answers
4k views
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. I have never had a reason to consider it.
What are the benefits of paying for VistaDB vs ...
7
votes
6answers
921 views
Which embedded database has maximum SQL compliance, and concurrency support?
My application at present uses Microsoft Access, but now may be hosted on Linux boxes. Additionally while being accessed from multiple computers, one of these may update the records (when its being ...
7
votes
7answers
1k views
EXPLAIN SELECT in other databases
I found EXPLAIN SELECT query very useful in MySQL because it gives information on how SQL will be executed and gives the opportunity to analyze, for e.g., missing indexes you should add in order to ...
7
votes
10answers
3k views
what's the best Firebird IDE? [closed]
Simple question. I'm considering Firebird and SQLite for an upcoming project. SQLite has SQLite Administrator, which is pretty good but gets +1M because it has autocomplete. But Firebird supports FKs, ...
7
votes
10answers
6k views
What do I need to start using Embedded Firebird with Delphi?
I wan a good lightweight FOSS embedded database to use with Delphi. I've used DBISAM by Elevate Software for years and I just love it, but I like to share the source on some of my utilities, and it ...
6
votes
3answers
500 views
Firebird 2.5 VS Interbase 9/XE - which performing faster?
We are on a situation where we must choose between thoose 2 databases.
We are currently on Firebird, but sometime it lag because of it stacking too much transaction history or something and ...
6
votes
2answers
199 views
Why is my Firebird database so huge for the amount of data it's holding?
I've been playing around with database programming lately, and I noticed something a little bit alarming.
I took a binary flat file saved in a proprietary, non-compressed format that holds several ...
6
votes
2answers
1k views
Does Firebird need manual reindexing?
I use both Firebird embedded and Firebird Server, and from time to time I need to reindex the tables using a procedure like the following:
CREATE PROCEDURE MAINTENANCE_SELECTIVITY
ASDECLARE VARIABLE ...
6
votes
3answers
2k views
Delphi 2009 and Firebird 2.1 = Full Unicode?
Has anyone started making Unicode Apps or converting Existing Apps into Unicode?
How are you tweaking Firebird to have the least problems, especially the CHARSET attribute?
Is there any problem ...
5
votes
2answers
134 views
MySQL vs Firebird vs SQLite [closed]
We will implement a company based ( not open source ) software and I really cannot choose which one I am going to work with. I can see the differences between all of them
here
but I need more ...
5
votes
1answer
242 views
Delphi Client-Server Application using Firebird 2.5 embedded connection error
I have got a lengthy question to ask. First of all Im still very new when it comes to Delphi programming and my experience has beem mostly developing small single user database applications using ADO ...
5
votes
5answers
530 views
Firebird: DBExpress or native components?
I am starting with Firebird and have found components to access a database by Devart.
They offer native components (IBDAC) or DBExpress drivers. (I am using Delphi XE2 Pro which doesn't include ...
5
votes
2answers
2k views
How to connect and use Firebird db embedded server with Visual C# 2010
I was trying to use Firebird embedded server with Microsoft Visual C# 2010.
so here is what I done till now:
Downloaded Firebird .Net Data Provider (Firebird Client v2.5.2).
Downloaded Firebird ...
5
votes
5answers
312 views
ANSI Sql query to force return 0 records
I'm looking for an ANSI-SQL method to do a Select query without returning any record, but fill a TDataSet's Fields structure.
The method I found is by adding a "where 1=0" in any query, for example:
...
5
votes
8answers
6k views
Postgres vs Firebird
I'm looking to use either Firebird or Postgres in my next development project ... largely because both are available under a BSD-like license.
I found a great comparison of the two database at ...
5
votes
19answers
3k views
What do you guys think of Postgres and Firebird Databases?
I am trying to choose between postgre and firebird databasses. The database will be installed on a windows 2003 server with asp.net 3.5. i don't want to use sql server because of price issues and I ...
4
votes
1answer
53 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 ...
4
votes
6answers
97 views
Fast and simple and light reports system for .NET (asp mvc)?
Does there exist a fast and light reporting system for projects in Visual Studio for projects in asp .net mvc? Crystal reports is too big and "heavy" and not a good choice for 200+ users who create a ...
4
votes
7answers
235 views
SQL: eliminate the selection of redundant records that occur within X minutes
DB in use is Firebird 2.1,in case not familiar with here is select statement sql ref:
http://ibexpert.net/ibe/index.php?n=Doc.DataRetrieval
functions ref:
...
4
votes
3answers
205 views
How do you deploy two or more applications that use Firebird Embedded databases on the same machine?
Suppose I have three separate applications called MyPasswordManager, MyToolManager and MyMovieManager. Each of these applications uses a Firebird Embedded database.
If a customer buys all three of my ...
4
votes
1answer
149 views
Statically link firebird driver for dbexpress
Is it possible to deploy zero-dll executable that connects to Firebird using dbExprss? If so, how?
Cause I've tried to include
DBXFirebird but the executable always
needs dbxfb.dll.
Thank ...
4
votes
2answers
215 views
How to register events posted from Firebird with parameters in Delphi
I have an event posted from firebird database in a trigger after a new record is inserted like this: post_event 'SPOOL' + new.username;
I want to register this event with SIBfibEventAlerter (FIBPlus) ...
4
votes
3answers
418 views
Firebird backup restore is frustrating, is there a way to avoid it?
I am using Firebird, but lately the database grows really seriously.
There is really a lot of delete statements running, as well update/inserts, and the database file size grows really fast.
After ...
4
votes
3answers
182 views
Find out if it is the local machine
I have an implementation inside my app that should run only if my executable is in the same machine as the database.
I do have a connection string wich includes the server address. In the case where ...
4
votes
3answers
288 views
insert row without set primary column
I have that query :
INSERT INTO GOST (ASSORTMENTID, ROZMIAR, GOST)
VALUES ( 54,'S','MjgwMzktODkgMTc0LTk2')
I want insert new row in table GOST, but I don't want to specify column with primary ...
4
votes
3answers
193 views
What is the most efficient way to store measurements with a variable number of fields in a database?
We have a data collection system that collects measurements from environmental sensors that measure velocity of water flowing through a river or channel. Each measurement generates a fixed number of ...
4
votes
5answers
419 views
Moving away from MS SQL Server to open source RDBMS
So I'm an MSSQL guy and I have been for a while because it's what I've always used in my workplaces. So when I create a new project I'm usually inclined to just grab a copy of SQL Express and start ...
4
votes
7answers
1k views
Portable database for storing secrets
I'm developing a application that needs storing secrets in a database.
I need a portable database (like Firebird, Sqlite, etc) where the data will be stored encrypted or password protected or both...
...
4
votes
6answers
1k views
LINQ + lightweight database: which db should I choose?
I'm starting up a new web application. It's going to be hosted on a service that charges extra for SQL Server and frankly I don't think the site needs that much of a database. Right now the data model ...
4
votes
6answers
1k views
Is it possible to create databases programmatically using DBX?
Looks like the TSQLConnection only connects to existing databases, and I could not find another component that allows me to send commands to the database server.
I'm using Delphi 2009 with Firebird ...
4
votes
4answers
8k views
Combining UNION ALL and ORDER BY in Firebird
This is my first attempt at answering my own question, since someone may well run into this and so it might be of help. Using Firebird, I want to combine the results of two queries using UNION ALL, ...
3
votes
2answers
30 views
How to insert array to Firebird table field using sql?
I have that table:
create table t_place(
f_plc_timefrom time,
f_plc_timeto time,
f_plc_minute_cost Decimal(18,4)[24]
);
So, I can create array field, but I don't know, how can I fill in ...
3
votes
2answers
173 views
How to make an efficient check constraint for an e-mail field in Firebird
How to make an efficient check constraint for an e-mail field in Firebird (if field value not null)?
thanks, Wilfried
3
votes
3answers
94 views
SQL recursive records: How can I collapse to 'one level only'?
I have records with a project id and an 'inherit id', i.e. the project that the current project inherits from. The inheritance level is unknown.
I now need to collapse this to: 'inherit from the top ...
3
votes
3answers
148 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
73 views
Firebird usage in big projects
What abilites have firebird to use it in highloaded projects?
Whats better PostgreSQL or FireBirdSQL?
Any one know big projects which work with Firebird database and developed over it?
3
votes
1answer
84 views
IBX TIBDatabase.GetTableNames doesn't show a newly created table
If I create a new table in my Firebird database, and then I call:
TIBDatabase.GetTableNames, the newly created table doesn't get enunmerated: I have first to issue:
IBDatabase1.Connected := False;
...
3
votes
2answers
176 views
Firebird Case Statement inside stored procedure
I was trying to use the Case Statement inside stored procedure but I got "Token unknown " on it. Case is not supported in stored procedure?
Thanks
3
votes
1answer
42 views
Question on indices
If I have a table with the following columns as the primary key: Username, Title, Start Date, then the database will automatically create an index on it.
If I want to select by username, and start ...
3
votes
1answer
115 views
How to store a 128 bit integer with nHibernate?
Question:
How can I store a 128 bit integer (IPv6) with nHibernate ?
Especially on Firebird, where the BigInteger MAX size is 2^64 .
I want to do calculations like :
SELECT * FROM ...
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 ...