Is it possible to Execute Firebird stored procedures with ADOdb? Can't find anything that looks like it's possible in the library? Anyone know how to do this?...
//Do it through storep procedures and triggers. //Assume you have a table with a field: CITY_GEN INTEGER; //You want CITY_GEN to be auto incremented after...
... Check this out and see if it is helpful. It's a way of using a unique key for more than one table if you need that facility, or you could leave out the...
Finally I found time to experiment and, just like Helen wrote, the SYSDBA.password file needs to be changed/examined before a connection is attempted. That's ...
yes, this is the fast way to create, since no built-in function on auto number field, anyway thanks for your helping.... the good amdin tools do all this for...
... Rubbish.. you just ask for the generated value before you insert. Then you have it for the detail records as well. ever seen SELECT GEN(MY_GEN, 1) FROM...
Alan, Yes, I ask the generator before, then I had the generator to use in master record and details to create the foreign key. But if you had a trigger before...
Have anyone tried PHP5RC3 with Firebird on Windows/Apache2 ? After upgrading from PHP5RC2, my applications based om Firebird stop working with the message:...
... Give us a chance :) Not had time to look yet, I was waiting for the 'real' RC3 release ;) Watch this space for the fbird_ version .... which may be where a...
... OK - now that the code has propagated out, I've got it and have found the same problem. Pushed a note to Ard for him to have a look at it :) -- Lester...
... OK Ard has dropped ibase_timefmt() and is saying use ini_set() instead - I still have not looked at that. He has also added fbird_* aliases for all the...
... stop ... ibase_timefmt ... working ... found ... instead - ... functions. ... the ... to the ... ibase_timefmt() was simply dropped? This change will...
... stop ... working ... Hello all, As Lester told you, I removed ibase_timefmt() from PHP 5. As moving to PHP 5 is not going to be painless for anyone, I...
... There's no need to check for base_timefmt() and use it instead of ini_set() as they do exactly the same. (Well, actually, using ini_set() will be even one...
Hello group, I have a preliminary version of an ibase_insert_id() function that emulates the behaviour of mysql_insert_id() in Firebird. If some conditions are...
... While I can see the uses, I'm not sure we want to 'propagate bad practice' ;) If you need the number back, then you probably needed it before you started...
p.s. We do need to start taking a little more care of BIGINT. I've just read the warning on mysql_insert_id ;) -- Lester Caine ... L.S.Caine Electronic...
... Yep - but the MySQL guys don't have that convention, so simple conversions may work differently. I'm just nit picking, but I really only see this as...
These are some of the new Firebird features in PHP5. Two new INI directives have been added: ibase.default_charset: - can be defined in php.ini or by ini_set()...
Ard We do appreciate your efforts here. only problem is ibase_ ;) I'm playing with the latest version of PHPEclipse at the moment, but will have a closer look...
... It is fair for me to make the assumption that doing procedures has not been possible up till now based on the remark that Ard made on PHP5/Firebase...