Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-php · Firebird apps using PHP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1072
  • 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

Advanced
Messages Help
Messages 3814 - 3843 of 3843   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3814 Lester Caine
lscesuk Send Email
Jan 24, 2013
10:28 am
... It is not unusual to create triggers for the firstname and lastname fields to provide uc_fn and uc_ln which are then indexed also, so searching is a lot ...
3815 jackdmason Send Email Jan 25, 2013
8:56 pm
This solution will not work. Both InterBase and Firebird allow case insensitive searches, as does MySQL. The php interface should allow that option to be...
3816 jackdmason Send Email Jan 25, 2013
8:58 pm
This solution will not work. Both InterBase and Firebird allow case insensitive searches, as does MySQL. The php interface should allow that option to be...
3817 jackdmason Send Email Jan 25, 2013
9:04 pm
It may not be a problem. Here is what the documentation says: Simultaneous connections Only Classic and SuperClassic allow simultaneous connections to a...
3818 Helen Borrie
helebor Send Email
Jan 25, 2013
10:23 pm
... This quote refers to *servers*, not clients. The Golden Rule with InterBase and with older versions of Firebird is/was that two **servers** could not be...
3819 Lester Caine
lscesuk Send Email
Jan 26, 2013
5:49 am
... Please don't top post ... I do not understand your problem? I made no mention of just capitalizing some letters. Shadow columns which are all upper case or...
3820 slobtrot Send Email Jan 26, 2013
7:37 am
Hi, ... Actually you can, and yes McGrath and van Duran would be found. When uppercasing both the variable you give to the search (From PHP) and the sql to...
3821 slobtrot Send Email Jan 26, 2013
7:49 am
... Indeed it would be absurd. That's not what I suggested, instead I suggested as one option to write a middle layer, between your applications and your...
3822 .Christophe DERENNE
ch.derenne Send Email
Jan 26, 2013
10:18 am
Hi, We migrate from interbase 6 to Firebird about 2002. Now, we use Firebird 2.5 CS under Linux. We use about 20 differents database on one classic service. ...
3823 jackdmason Send Email Jan 28, 2013
6:02 pm
... Thanks, Lester. I apologize for not understanding your first post on this. Reading the article you referenced explained your solution, which would surely...
3824 jackdmason Send Email Jan 28, 2013
6:16 pm
Thanks for your response. I apologize for not understanding the solution you proposed. I read the article referenced by Lester and now understand the...
3825 Lester Caine
lscesuk Send Email
Jan 28, 2013
6:55 pm
... The original author is no longer around, but did a great job with building the version of php_interbase shipped since PHP5.0. Marius has added a few small ...
3826 jackdmason Send Email Jan 28, 2013
9:50 pm
... We are using PHP 5.2 with InterBase 6 at present but want to switch to Firebird. We have been told the interface from PHP is the same as that for...
3827 jackdmason Send Email Jan 28, 2013
10:01 pm
... We are using PHP 5.2 with InterBase 6 at present but want to switch to Firebird. We have been told the interface from PHP is the same as that for...
3828 Lester Caine
lscesuk Send Email
Jan 28, 2013
11:04 pm
... If you have a working Interbase link, then that will work exactly the same into a Firebird database! There is no difference, although if it's using the PHP...
3829 Lester Caine
lscesuk Send Email
Jan 31, 2013
3:08 pm
... http://groups.yahoo.com/group/firebird-php/ for PHP 'traffic&#39; ;) I've linked the reply to there. PDO does not make the full range of 'transactions&#39;...
3830 mariuz
jimi_compot Send Email
Feb 6, 2013
10:16 am
Firebird Adapter for Yii will be added to the main YiiFramework repository after it reached version 1.0 Final (the firebird driver) ...
3831 Santiago Laparra
santiaguinillo Send Email
Feb 26, 2013
2:29 pm
Hello, we have a web site with PHP5.3 and firebird 2.5 database. Some queries that search in heavy tables, about 1,8 million of records, with joins to other ...
3832 Lester Caine
lscesuk Send Email
Feb 26, 2013
2:54 pm
Santiago Laparra wrote: Santiago initial posts are always moderated, so can take a little time to appear. I've killed the duplicate ;) ... The trick is not to...
3833 Thomas Steinmaurer
iblogmanager Send Email
Feb 26, 2013
7:03 pm
Hello, ... Have a look on the execution plan and I/O stats. You can get both by using the Trace API, as you are on Firebird 2.5. ... Are you using some kind of...
3834 Sakhile Njoko
sakhinjoko Send Email
Feb 28, 2013
9:33 pm
I have the following script to download a file from the database but it is not working.     /*code to connect to database*/     $mtgno =...
3835 Lester Caine
lscesuk Send Email
Feb 28, 2013
10:14 pm
... Try ibase_fetch_object ($rslt, IBASE_TEXT ) This will return the text of the blob in $rec->MNTNM rather then the blob ID While 5.3.x is after the problem...
3836 ck1625 Send Email Mar 8, 2013
4:35 pm
Hi, I don't succeed that my transactions are readonly. I run the following script: $conn = ibase_pconnect('BSFBTEST:swimranking_raw', 'SYSDBA&#39;, 'masterkey&#39;,...
3837 mariuz
jimi_compot Send Email
Mar 15, 2013
5:50 pm
It seems that now the YiiFirebird extension https://github.com/robregonm/YiiFirebird is stable enough (please let me know it is not so) for merge in...
3838 ed_stanley@...
ed_stanley... Send Email
Apr 9, 2013
9:33 pm
I am stalled in trying to get these three working together and would appreciate some help. I have installed XAMPP 1.8.1 and have followed the instructions...
3839 ed_stanley@...
ed_stanley... Send Email
Apr 11, 2013
5:23 pm
I am trying to access a firebird database created by Fishbowl Inventory Systems. When I try to connect, I get the not defined message. I know what the...
3840 André Manin
alheuredudej... Send Email
Apr 11, 2013
6:27 pm
... not nescessary if the serveur and the PC is on Windoss OS, but the best pactice is on use Gback and Restore methode for the DB. Are you sure, you are the...
3841 ed_stanley@...
ed_stanley... Send Email
Apr 11, 2013
6:38 pm
99% sure, but I am going to make another copy from the server. I can see the name and password there. Thanks for the response....
3842 Helen Borrie
helebor Send Email
Apr 11, 2013
8:24 pm
... The user name and password are defined at *server* level. In a new server installation, they will be SYSDBA (user) with masterkey (password). If you are...
3843 ed_stanley@...
ed_stanley... Send Email
Apr 11, 2013
9:25 pm
This is very, very helpful. Thank you very much!...
Messages 3814 - 3843 of 3843   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