I cannot access ANY database by ANY means from within Delphi XE Professional. What I mean by accessing the data base is:
I have a Firebird database which stores Uuid values in a char(16) field. In my C# program, I need to retrieve these values in order to use them in subsequent queries. But the values I get back from th
UPDATE TABLE SET SOMETHING = 1 WHERE ID IN (SELECT ID FROM STORED_PROCEDURE) Records in TABLE = 2100 Records from stored procedure = 50
I want to do the equivalent of SELECT * FROM (SELECT foo, bar FROM baz JOIN quux ON baz.id = quux.id UNION
I am working on an application that connects to a Firebird database through a TCP connection. The program works fine on my testing machine but when I try to install it on another computer I get this e
I\'m trying to make this开发者_如何学运维 trigger work: CREATE trigger trig_tbl_art for tbl_art
I\'m building an app on Pyramid framew开发者_开发问答ork and would like to use the web2py-DAL with it. Firebird-embedded is the database of choice.
I need some advice from you. How would you judge running an firebird DBMS on a Windows embedded compact 7 machine?
I recently have it working that, within Visual Studio, I can see Firebird as a data provider. The project I am working on I am trying to get the embedded version of Firebird working to use in my c# p
I have some PHP CLI scripts that run for a long time (24 hours plus) and although they do regular \'commit\'s I had some problems with orphaned transactions - possibly caused by scripts crashing out.