I try to build QIBASE driver in Qt 4.7.3 ibase.pro TARGET = qsqlibase SOURCES = main.cpp INCLUDEPATH += \"C:/Program Files/Firebird/Firebird_2_0/include\" \"C:/QtSDK/Desktop/Qt/4.7.3/mingw/lib\"
I\'m trying to insert a file in a blob field in a Firebird database using lib jaybird 2.1.6. First, I create a record in my database, then, with the id of record, I try to insert my file in a blob (s
Looking for a good embedded db for my asp.net apps while trying to avoid SQLExpress (I need it to be a downloable file(s) with no need to install at server), I found Firebird. But:
I have several huge (2GB each) database in Firebird format. Every few weeks, this data has 开发者_Python百科to be synchronized with an MS SQL Server. Currently this is a long winded process which just
I have a firebird database schema which was set up by various CREATE TABLE scripts. These scripts have been commited to a source control system (see Scott Allen\'s sites).
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
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.
In MS SQL Server, I can easily put multiple insert statements 开发者_StackOverflowinto a transaction, like so:
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 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.