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 1112 - 1141 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1112 nn33dl3 Offline Send Email Feb 1, 2005
8:39 am
Hi , Does anybody knows how to do a full text search on a firebird database are there some open source scripts? Maybe with adodb, pear? I didn't find anything...
1113 Lester Caine
lscesuk Offline Send Email
Feb 1, 2005
10:13 am
... How long is a piece of string? :) ... Certainly the external option may be of more use than expecting the database to do it ;) ... In my own case, I have...
1114 nn33dl3 Offline Send Email Feb 1, 2005
1:27 pm
... database ... nice ... searching ... links to ... addition to ... solutions ... Hi, I used Mysql for programming, but now I want to use Firebird because it...
1115 Lester Caine
lscesuk Offline Send Email
Feb 1, 2005
3:29 pm
... Having already been down that path porting from MySQL sources, I know what you mean, but many of the PHP projects do not use the restricted MySQL...
1116 Lester Caine
lscesuk Offline Send Email
Feb 1, 2005
3:42 pm
... http://home.lsces.co.uk/Upload/nola_firebird_database.zip Was running with Nola 1.2, but I don't see much progress as the developers have switched to the...
1117 Milan Babuskov
mbabuskov Offline Send Email
Feb 2, 2005
7:00 am
... You could probably do it with triggers, but it takes some work. Example: create table a ( id integer not null, textfield varchar(50) ); and you want to do...
1118 oguilb Offline Send Email Feb 2, 2005
10:25 pm
Hi, I wish to compile Inserbase.so but I do not arrive there. I have this error : /home/olivier/tmp/php-5.0.3/main/php.h:267: error: conflicting types for...
1119 Lester Caine
lscesuk Offline Send Email
Feb 2, 2005
11:52 pm
... I've still not got PHP5 on SUSE yet either. Is anybody running it yet? -- Lester Caine ... L.S.Caine Electronic Services...
1120 Alan McDonald
metaalan Offline Send Email
Feb 4, 2005
8:45 am
I'm sorry - this is dreadfully off-topic but I'm trying to get an old box to use Fedora. I need to make a boot CD with Nero and the iso images of Fedora......
1121 Lester Caine
lscesuk Offline Send Email
Feb 4, 2005
8:57 am
... Don't know on Fedora, but the SUSE boot disk you just download the .ISO and burn that. Mine then boots. I think you are mixing up creating a boot image...
1122 Ruggero Maffei
minicooper13 Offline Send Email
Feb 4, 2005
9:01 am
... to ... toooo ... You need only to burn the iso image, it is a boot disk itself, so you don't need to create a boot disk form nero menu....
1123 Alan McDonald
metaalan Offline Send Email
Feb 4, 2005
9:09 am
Don't know on Fedora, but the SUSE boot disk you just download the .ISO and burn that. Mine then boots. I think you are mixing up creating a boot image when...
1124 Alan McDonald
metaalan Offline Send Email
Feb 4, 2005
9:24 am
is there any difference between 1. burning the iso image Vs 2. extracting the iso image and burning the resulant extraction of files? the CDs look the same ...
1125 Lester Caine
lscesuk Offline Send Email
Feb 4, 2005
10:37 am
... Yes! While you can see the files, the equivalent of MBR (Master Boot Record) will only be duplicated by using the image. The position of files on the disk...
1126 Ruggero Maffei
minicooper13 Offline Send Email
Feb 4, 2005
11:13 am
... It's very different, by doing the first option ypu have a perfect image of the original, included the eltorito section of CD where the files for booting...
1127 Dariusz Zelichowski
z_darius Offline Send Email
Feb 4, 2005
12:11 pm
I'm not sure if I am missing something here? Just to be sure, you need disk images of Fedora. These will be files with *.iso extension approximatelly 600 to...
1128 sgharp Offline Send Email Feb 11, 2005
4:07 am
Hi All, Firebird is not working with PHP. Here's my setup. Win XP/Pro (SP2) Firebird 1.52.2.4731 PHP 5.0.3 Apache 2.0.52 PHP is working fine with Apache. The...
1129 Ian Wilson
vengfulsquirrel Offline Send Email
Feb 11, 2005
7:53 am
Hello all, Usually either the version of php just flat doesn't compile the php_interbase.so or I am missing some obvious step. I think it could also be that I...
1130 Lester Caine
lscesuk Offline Send Email
Feb 11, 2005
7:58 am
... OK php_interbase.dll has not loaded ... Graphics driver - but still usefull ... Yep the one we want ... Fine ... Restarted Apache? Where is the copy of...
1131 Alan McDonald
metaalan Offline Send Email
Feb 11, 2005
8:01 am
these steps worked for me These are steps to make PHP under Mandrake 10 aware of Firebird 1.03. My test machine is an i586 so I can't test for Firebird 1.5 1.-...
1132 Philippe Makowski
makowski@... Send Email
Feb 11, 2005
8:16 am
... try this (official Mandrake rpm) <ftp://rpmfind.net/linux/MandrakeCooker/10.2/i586/media/contrib/firebird-1.5.2.4731-0.2mdk.i586.rpm> or ...
1133 sgharp Offline Send Email Feb 11, 2005
3:34 pm
... Yes. I've restarted the Apache service many times and the php.ini is in the C:\Windows folder. Running the phpinfo() gave me some confusing information....
1134 Lester Caine
lscesuk Offline Send Email
Feb 11, 2005
6:28 pm
... And phpinfo shows that is where it is reading it from? (First section has the location in it) ... What phpinfo says SHOULD help yo find your way round. ......
1135 Cesar L. Meloni
cesar@... Send Email
Feb 11, 2005
7:01 pm
Remember run "instclient.exe" to generate gds32.dll. php_interbase.dll need it to load. Cesar L. Meloni Altec S.E. Bariloche - Patagonia Argentina ... From:...
1136 sgharp Offline Send Email Feb 11, 2005
7:30 pm
... The first section of the phpinfo() shows Configuration File (php.ini) Path C:\WINDOWS And this is from the C:\Windows\php.ini and points to the correct ...
1137 sgharp Offline Send Email Feb 11, 2005
7:32 pm
... I had the Firebird install copy the gds32.dll to C:\Windows\System32 during install of Firebird and have verified that it is there. Steve...
1138 Lester Caine
lscesuk Offline Send Email
Feb 11, 2005
7:56 pm
... OK - we seem to be making SOME progress. The next thing to try is switching on other extensions and see that they appear in phpinfo() Is the GD section...
1139 sgharp Offline Send Email Feb 11, 2005
9:16 pm
... extension. ... \ I'm not seeing a GD section either. I've renamed the gds32.dll to gds32.dll-Old and restarted the server. Still no good. Firebird's ...
1140 Lester Caine
lscesuk Offline Send Email
Feb 11, 2005
9:24 pm
... Then I'd still say that you are not actually seeing the php.ini file with the extensions in Send we that privately so I can compare with mine (Ive got to...
1141 sgharp Offline Send Email Feb 11, 2005
9:28 pm
... extension. ... I've found something that is very significant. Just for a test, I copied the php.ini to the C:\PHP folder and now I have an Interbase ...
Messages 1112 - 1141 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