firebird
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 a开发者_如何学JAVAm using Delphi XE2 Pro which doesn[详细]
2023-04-10 05:03 分类:问答Firebird CASE statement inside stored procedure
I was trying to use the case statement inside a sto开发者_如何学Pythonred procedure but I got \"Token unknown\" on it. case is not supported in stored procedure? ThanksAs Andrei wrote, CASE is only av[详细]
2023-04-10 01:40 分类:问答Firebird TIBQuery insert with returning ... INTO
I have a firebird 2.x database with Generator and a trigger to generate the key field. I need to get the returned value from below query.[详细]
2023-04-08 16:01 分类:问答Migrating MySQL database to Firebird Server 2.5
I have a MySQL 5.5 database that I wish to migrate to Firebird Server 2.5. I have no issues with an existing MySQL database but after MySQL\'s acquisition, I am worried about the unavailability of Com[详细]
2023-04-08 10:49 分类:问答FireBird: How do you nest a select in an if?
I\'m very new to FireBird, but I want to know how I can use a select statement as part of my conditional criteria.I feel like I\'ve been to the internet in back trying to find a way to do this, but ha[详细]
2023-04-07 14:17 分类:问答Not able to create new Firebird database
I am new to Firebird. I installed Firebird Superserver 2.5 with \"Install as application\" option. I also installed FlameRobin GUI front-end. When I am trying to create a new database with SYSDBA user[详细]
2023-04-07 03:28 分类:问答Using update in a firebird stored procedure but data not changing
I have the following stored procedure.I found a bug in my code that had resulted in bad data.I wrote this procedure to fix the data.[详细]
2023-04-06 19:24 分类:问答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. T开发者_运维问答he table for this event would be something like this:[详细]
2023-04-05 03:28 分类:问答Getting a connection to database lost error
every once and a while my application throws a connection to database lost error. The database class I got from a tutorial site and is below, it works great except for the above error sometimes, im g[详细]
2023-04-04 23:42 分类:问答Bitwise operator in firebird
Can we do bitwise and in a firebird procedure without using a UDF? i开发者_开发百科s there one of the built in function or is there a way to get the same results[详细]
2023-04-04 18:33 分类:问答