Interbase is a generational database. That\'s great because rollbacks are near instantaneous, but count(*) takes forever.
I\'m creating a simple isq开发者_开发技巧l script but it\'s not working and I need some help to find out whats wrong with it.
I have two rows with same data in an Interbase table.The table开发者_如何转开发 does not have a primary key. How can I update a single row in that table?Interbase tables has a system column named RDB$
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.
I have this SQL. Im not sure it is what i need, but it does select all the records i need. I just need to condense them now and total the counts and amounts for unique dates.
I have a zipcode stored in a text field (string) and would like to select only the last 3 digits of the value in my select statement. is this possible? Is there a standard way of doing this so that th
works select payeeid, EXTRACT(WEEKDAY FROM checkdate) as DOW, (bankcleared - checkdate) as DateDiff from Master
I am trying to connect to a Interbase DB at runtime via the BDE. I am trying to do this in a formless project (but not a console app). The alias is known. I retrieve the alias from the registry.Exampl
OK I know this has been deprecated, and bde is older than Moses, but we have some legacy applications that have not been migrated still using bde.
I need to insert a null or \'开发者_如何学JAVA00/00/00\' date value. Is it possible to do it on interbase?