Hi! To have firebird support on php you just have to build php against libfbclient.so If it didn't work you can build against ligds.so, this lib is included on...
I instal php on IIS serwer and it working great. But I can't connect to Firebird database. If I instal Interbase6 everything is ok What shoud i do to connect...
... can ... Okay it works now using -user and -pass /opt/firebird/bin/isql connect -user sysdba -pass ****** '192.168.2.4:/opt/firebird/examples/employee.fdb' ...
... When Firebird support is loaded as module (shared), you need either: 1. edit your php.ini and uncomment the line: ;extension=php_interbase.dll To make it: ...
Hi, I have written a web-addon for a client-server application that uses firebird. The client-server application accesses the database via BDE and IBX. My php...
... BDE is not very good at client/server multi-user access. It is probably causing the problem, and is most definitely not recommended for working with...
288
Barry Kukkuk
barryk@...
Dec 3, 2003 8:47 am
Make sure that the connection strings for all the applications are the same. And don't use a direct connection. Always go through TCP/IP, eg: ...
Thank you Lester and Barry for your reply. ... I do know. Unfortunately the cs-application is not written by myself. ... I got the parameters for the...
290
Barry Kukkuk
barryk@...
Dec 3, 2003 12:39 pm
... What is the value of this constant (or variable)? ServerPfad ... It is impossible to issue any sql to firebird without a transactions afaik. I think the...
... Tux:/usr/local/fbk/wawi.gdb (server name/full path); The programmer asked me, why I put localhost in the connection string, since in his opinion the...
292
Barry Kukkuk
barryk@...
Dec 3, 2003 2:14 pm
... I'm afraid that you are doing things the right way. There is a problem with firebird when connecting with different connection strings, it thinks you are...
Thank you anyway for your time and efforts. Maybe the BDE (in general) is the problem. Wolfgang ... I'm afraid that you are doing things the right way. There...
294
QLmenn
qlmenn@...
Dec 3, 2003 3:11 pm
hi:) this is a few words about database corruption and automatic transaction in php. :) i had experience with bad-working automatic transaction in php with...
... I spent many long months trying to get BDE/Interbase5 stable for 24/7 operation. I never succeeded. IBObjects cleared many of the problems 'overnight', and...
296
QLmenn
qlmenn@...
Dec 3, 2003 4:54 pm
sorry, what does "com" mean at the begin of my e-mail and why word "[SPAM]" showed in the subject line? i hadn't write this words. what's up? best:) QLmenn ......
... Some ill configured MTA has classified your message as junk mail, probably because of the advertisement in the Yahoo ! Groups Sponsor part of the message. ...
... If you are running Superserver, he is wrong. Superserver on Linux does not support a direct local connect. But if the *server's host name* is ServerPfad,...
299
QLmenn
qlmenn@...
Dec 4, 2003 8:53 am
hi:) ... "[SPAM]" ... thanx for explanation :) khhhhym... what is MTA? :) i understand some kind of program of filter in program? :) best regards :) QLmenn...
... Mail Transport Agent You may try a Google search for spam assassin. -- mit freundlichen Grüssen Frank Schlottmann-Gödde Martens & Prahl EDV Wielandstr....
301
Pavol ST€ ¢Ã’¡REK PS€...
pavol@...
Dec 4, 2003 10:56 am
Hi, i have stupid question: HOW CAN I RUN FIREBIRD 1.5 WITH MANDRAKE 9.1 default PHP? Is anywhere step-by-step how to??? will be enought to upgrade to newest...
on windows it's just a matter of uncommenting a line in the conf file to add different modules to the default builds but in *nix environments, I'm pretty sure...
303
Pavol ST€ ¢Ã’¡REK PS€...
pavol@...
Dec 4, 2003 11:25 am
... Yes, but i cannot recompile php because compilation errors... it works perfect with firebird 1.03, but its not working with FB 1.5... Pavol...
304
Philippe Makowski
makowski@...
Dec 4, 2003 12:16 pm
... Firebird 1.5 PHP 4.3.1 Mdk 9.1 Install the rpm (apache an php) Get the PHP source from http://www.php.net/downloads.php untar it: tar xvfz php-*.tar.gz cd...
I've just noticed that I get this warning on ibase_close() which I was pretty sure I never got before but maybe - is this not to be used as documented? thanks ...
306
Hidayat Henokh
hidayat@...
Dec 5, 2003 1:35 am
i have posted this problem but still no answer i have a stored procedure that do some check before it do some update to database, every time it found a...
... How do you connect, with connect() or pconnect() ? Are you supplying link to the ibase_close(), or close it just with ibase_close(); without parameters? --...
... Yup, that's it, $DBH is uninitialized variable (defaults to 0). If you only have one connection, you can use plain ibase_close(), and not think about it,...