Skip to search.
firebird-php · Firebird apps using PHP

Group Information

  • Members: 673
  • Category: Databases
  • Founded: Jun 23, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 281 - 310 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
281 Milan Babuskov
mbabuskov Offline Send Email
Dec 1, 2003
4:54 pm
... Try with -user and -pass switches, something like this: isql -user sysdba -pass ******* 192.168.2.4:/opt/firebird/examples/employee.fdb ... AFAIK, that's...
282 next74 Offline Send Email Dec 1, 2003
11:56 pm
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...
283 Jacek
jacas100 Offline Send Email
Dec 2, 2003
6:58 am
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...
284 vengfulsquirrel Offline Send Email Dec 2, 2003
8:12 am
... 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' ...
285 Milan Babuskov
mbabuskov Offline Send Email
Dec 2, 2003
3:02 pm
... 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: ...
286 Wolfgang Naber
waader98 Offline Send Email
Dec 2, 2003
6:57 pm
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...
287 Lester Caine
lscesuk Offline Send Email
Dec 3, 2003
12:46 am
... 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@... Send Email
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: ...
289 Wolfgang Naber
waader98 Offline Send Email
Dec 3, 2003
11:51 am
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@... Send Email
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...
291 Wolfgang Naber
waader98 Offline Send Email
Dec 3, 2003
1:40 pm
... 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@... Send Email
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...
293 Wolfgang Naber
waader98 Offline Send Email
Dec 3, 2003
2:37 pm
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@... Send Email
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...
295 Lester Caine
lscesuk Offline Send Email
Dec 3, 2003
4:11 pm
... 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@... Send Email
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 ......
297 Frank Schlottmann-Goe...
goeddede Offline Send Email
Dec 4, 2003
7:30 am
... 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. ...
298 Helen Borrie
helebor Offline Send Email
Dec 4, 2003
7:41 am
... 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@... Send Email
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...
300 Frank Schlottmann-Goe...
goeddede Offline Send Email
Dec 4, 2003
10:46 am
... 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@... Send Email
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...
302 Alan McDonald
metaalan Offline Send Email
Dec 4, 2003
10:59 am
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@... Send Email
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@... Send Email
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...
305 Alan McDonald
metaalan Offline Send Email
Dec 4, 2003
9:59 pm
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@... Send Email
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...
307 Helen Borrie
helebor Offline Send Email
Dec 5, 2003
5:20 am
... This is a language question, not PHP. If you want to execute your procedure, remove the SUSPEND; statement inside it. Helen...
308 Milan Babuskov
mbabuskov Offline Send Email
Dec 5, 2003
7:28 am
... 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? --...
309 Alan McDonald
metaalan Offline Send Email
Dec 5, 2003
7:34 am
Hi Milan, This is the script <? $dbh = ibase_connect('servername/3051:c:\\path\\database.gdb','sysdba','masterkey', 'ISO8859_1',0,1); $sth =...
310 Milan Babuskov
mbabuskov Offline Send Email
Dec 5, 2003
7:44 am
... 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,...
Messages 281 - 310 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help