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
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
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.
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
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
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
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.
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:
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
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