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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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 ...
Kamus wrote: Have you tried <? phpinfo(); /> Just to check interbase module is loaded, it should show connection to active server. ... echo ibase_errmsg(); ......
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...
... How about the error messages in your script? -- Lester Caine ... L.S.Caine Electronic Services...
552
Tomas Holenda TH SOFT
tomas@...
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,...
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@...
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...
... 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...
Hi. I try with Fedora Core 2 and Firebird 1.0 and works fine. Is problem of Firebird 1.5 ??? ... _____________________________________ Julio Carlos Canaviri C....
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...
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...
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...
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...