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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 532 - 562 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
532 Deepak Kafle
cuckoooooooo Offline Send Email
May 4, 2004
7:05 am
Hi folks, I've tried to connect to FB from php using ibase_connect("localhost","SYSDBA","masterkey") but the function return error. Do I have to specify .gdb...
533 Daniel Urban
durban20042000 Offline Send Email
May 4, 2004
7:28 am
... Yes, you should for example: <?php $host = 'localhost:/path/to/your.gdb'; $dbh = ibase_connect($host, $username, $password); $stmt = 'SELECT * FROM...
534 Milan Babuskov
mbabuskov Offline Send Email
May 4, 2004
7:33 am
... int ibase_connect ( string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]]) The...
536 JUAN JESUSNUÿffffd...
JJHERMOSILLO Offline Send Email
May 6, 2004
4:27 am
Hi buddy, first i recommend you to use adodb. http://php.weblogs.com/ADODB you should use the complete path of your database file, this is an example using...
537 Helen Borrie
helebor Offline Send Email
May 6, 2004
12:34 pm
Now showing at http://firebird.sourceforge.net/ff/foundation/index.php?id=fbjobs.html ^heLen...
538 dleec45 Offline Send Email May 20, 2004
1:48 am
I just installed firebird 1.5 on my c drive under ..software/firebird15 and I don't have and opt/.... folder where the documentation says: *A password has been...
539 Alan McDonald
metaalan Offline Send Email
May 20, 2004
2:03 am
the opt. path refers to a linux install not windows, on windows your default username and password after install is SYSDBA/masterkey Alan ... From: dleec45...
540 dleec45 Offline Send Email May 20, 2004
2:38 am
Thanks Alan, I tried that username and password at first but when I couldn's get into employee.fdb or security I started looking elsewhere. Any other ideas...
541 Alan McDonald
metaalan Offline Send Email
May 20, 2004
2:48 am
Thanks Alan, I tried that username and password at first but when I couldn's get into employee.fdb or security I started looking elsewhere. Any other ideas...
542 dleec45 Offline Send Email May 20, 2004
3:03 am
I'm using IB_SQL tool as it is a great interface to Firebird and it's free? I get the message that says: Your user name and password are not defined. Ask your...
543 Alan McDonald
metaalan Offline Send Email
May 20, 2004
3:07 am
and I suppose that you have restored employee.fdb? from the backup file distributed? ... From: dleec45 [mailto:dleec45@...] Sent: Thursday, May 20,...
544 dleec45 Offline Send Email May 20, 2004
4:27 am
Yes I had no previous version on this computer. I've looked for the sql to rebuild employee for testing but that is not distributed looks like. Thanks again...
545 Lester Caine
lscesuk Offline Send Email
May 20, 2004
6:33 am
... You mention ADOdb, so I presume you have php installed and running. We will come onto the firebird15 driver in a minute. I use IB_SQL for browsing, and...
546 dleec45 Offline Send Email May 20, 2004
6:58 am
Thanks Lester, I retried and made sure that I had .fdb and that must have been what I overlooked, however I thougt I had made that change. What are you working...
547 Kamus
juliocarlosc Offline Send Email
May 20, 2004
5:46 pm
Hi everybody. I have problems conecting to Firebird 1.5 from PHP (4.3.5) I do this this: 1.- install Firebird 1.5 # rpm -Uvh FirebirdSS-1.5.0.4290-0.i686.rpm ...
548 Lester Caine
lscesuk Offline Send Email
May 20, 2004
6:39 pm
Kamus wrote: Have you tried <? phpinfo(); /> Just to check interbase module is loaded, it should show connection to active server. ... echo ibase_errmsg(); ......
549 Kamus
juliocarlosc Offline Send Email
May 20, 2004
11:38 pm
Hi. Thanks for your answer. Yes i run the script : info.php <? phpinfo(); ?> And it works fine. The interbase module is loaded correctly. ... ...
550 Äìèòðèé
dskalugin@... Send Email
May 21, 2004
7:05 am
Hello Kamus, Thursday, May 20, 2004, 8:39:33 PM, you wrote: K> I have problems conecting to Firebird 1.5 from PHP (4.3.5) K> // Script: listar.php Make to...
551 Lester Caine
lscesuk Offline Send Email
May 21, 2004
7:55 am
... How about the error messages in your script? -- Lester Caine ... L.S.Caine Electronic Services...
552 Tomas Holenda TH SOFT
tomas@... Send Email
May 21, 2004
10:15 am
I have two tables lide(login,ap,filtry) filtry(id_filtry,any,ap) When I execute SQL from IBexpert or isql o linux - this is not problem. SELECT lide.login,...
553 ÄěÄňđÄé
dskalugin@... Send Email
May 21, 2004
10:23 am
Hello Tomas, Friday, May 21, 2004, 1:15:27 PM, you wrote: you assumed a misprint in filtr(Y) LEFT JOIN filtry ON lide.filtr(Y)=filtry.id_filtry ...
554 Tomas Holenda TH SOFT
tomas@... Send Email
May 21, 2004
11:46 am
This problem is o.k. i had two selects in index.php. Thanks Tomas ... From: "Äìèòðèé" <dskalugin@...> To: "Tomas Holenda TH SOFT"...
555 Dariusz Zelichowski
z_darius Offline Send Email
May 21, 2004
2:24 pm
I had exactly the same problem with FB 1.03 and PHP 4 under Windows 2000 Server. ReferencING of fields by their index won't work but referring to them by field...
556 Dmitry Kalugin
dskalugin@... Send Email
May 21, 2004
2:40 pm
Hello! DataSet "select * from country" not Is Empty? HTML error in '<br />' -> <br> ... -- Best regards, Dmitry Kalugin Ukraine, Donetsk...
557 Lester Caine
lscesuk Offline Send Email
May 21, 2004
4:38 pm
... ibase_fetch_row() gives an array with column numbers as the field elements. ibase_fetch_assoc() gives an array with column names as the field elements. I...
558 Kamus
juliocarlosc Offline Send Email
May 22, 2004
3:18 pm
Hi. I try with Fedora Core 2 and Firebird 1.0 and works fine. Is problem of Firebird 1.5 ??? ... _____________________________________ Julio Carlos Canaviri C....
559 Dariusz Zelichowski
z_darius Offline Send Email
May 22, 2004
5:34 pm
Julio, could you please post the steps you performed to set PHP/FB on Fedora? Were these the same steps you described in the original post of this thread? And...
560 Kamus
juliocarlosc Offline Send Email
May 23, 2004
12:26 am
I have working Php and Firebird "1.0". With 1.5 it fails for me. I use the new Fedora Core 2, also works with RedHat 9. These are the steps: 1.- Install Fedora...
561 dleec45 Offline Send Email May 23, 2004
6:24 am
I'm trying to crate some simple triggers and am getting an error that appears that GEN_ID is not recognized. Here's the trigger: SET TERM !! ; CREATE TRIGGER...
562 Alan McDonald
metaalan Offline Send Email
May 23, 2004
6:28 am
you forgot the = sign new.id= etc but you would normally protect this by asking if ID is NULL or not first. Just in case you've already asked for a new ID and...
Messages 532 - 562 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