I want to modify a generator value in Delphi with Firebird 2.5. The Statement is: ALTER SEQUENCE GEN_NAME RESTART WITH value . What I want is that the value not to be a number but a variable or a para
The first query run on a large dataset on a Firebird database after starting our application is always very slow. Subsequent calls to the same query (it is a stored procedure) are fine. I assume that
I have a desktop so开发者_运维知识库ftware with a folder called Data. In this folder, I have many files called File001.app, File002.app, T1.app, Z3.app, etc...
We have a situation where our production database is Firebird but would like to perform in-momory integration testing using SQLite. So far, the only problems we are encountering are differences in Dat
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 Conn
I have a master / detail application written in Delphi 2010 / dbExpress using firebird 2.3 I have found a problem
Today I tried to configure a JDBC resource in the JBoss AS 6 RC1, and encountered a field which requires a RAR name. If I have a database with a JDBC driver, do I also need a RAR file for the configur
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 hy
I\'ve a trigger that detects a change on a field PHONE_EXT and POSTs an EVENT. I would like to post the Phone_ID with the event in order to use this ID in the client. Is this possible? How?
I have an application made with Delphi 2006 and Firebird 2.5. For connection a use Interbase components from Delphi. I setting up in design time a TIBDatabase with username, password tc, and work ok,