Are there any negative impacts when a single user application uses only one IB transaction, which is active as long the program runs? By using only CommitRetaining and RollbackRetaining.
I am using InterBase and FireBird SQL in C# .net Enviroment. I would Like to use Transaction Scope in my program.
I\'m working on a legacy software and sundenly it became a requirement to run interbase server (Interbase 2007) logged with a restricted user.
I\'m running IB2009 and I\'m trying to count the number of records where a specific field is neither NULL nor empty:
I\'m running t开发者_Go百科he following query against a .gdb-file: SELECT CASE USERS.USERID WHEN 1 THEN \'God\' ELSE \'Somebody else\' END FROM USERS;
I have recently upgraded from Apache 1.26 and PHP 4.3 to 2.2.11 and 5.2.9 respectively. With my original setup I had a scheduled task set to run every Sunday for a weekly newsletter. It would connect
Just wondering if there are any gotchas to be wary of here. We have a legacy D7 app that we developed several years ago for a client, which uses IBXpress to talk to the open source Interbase 6 build.
Using: InterBase 2007, latest interclient.jar (8.1.8), GlassFish v3 b68. I try to configure the connection pool in the web admin console page \"Edit Connection Pool\" with these settings:
I am building a database system and having trouble with the design of one of my tables. In this system there is a users table, an object table, an item table and cost table.