Search the web
Sign In
New User? Sign Up
firebird-php · Firebird apps using PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 2727 - 2756 of 3215   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2727
Hi ! We are thinking of developing a web enabled application using Firebird & PHP. As we are new to PHP, thinking of using a tool for faster and error free...
bala_karat
Offline Send Email
Dec 1, 2008
5:31 pm
2728
... Any IDE that you use has to be rugged, reliable and contain all the support for the language in question. I have been using Zend Studio for years and ...
Myles Wakeham
vladman992000
Offline Send Email
Dec 2, 2008
4:05 am
2729
... Firebird ... and ... and 'Zend ... One thing to consider in developing web apps, is that you are not dealing with PC app as you would develop with Delphi -...
Gary Benner
garagenz
Offline Send Email
Dec 2, 2008
5:20 am
2730
... An alternative that costs nothing to test is Eclipse with PHPEclipse. I switched to that from Builder5/6 some time ago, and am finding it very flexible....
Lester Caine
lscesuk
Offline Send Email
Dec 2, 2008
7:22 am
2731
Hi ! My sincere thanks to all for giving yr valuable feedback. We will be studying these carefully and would take a final decision. With best regards, Bala ......
bala_karat
Offline Send Email
Dec 2, 2008
1:23 pm
2732
... In that case, think if you do not want to use Java... it might be a little harder in the beginning, but it will pay off... You will need to learn a new...
Yves Glodt
yglodt
Offline Send Email
Dec 2, 2008
1:31 pm
2733
Hi, I new in PHP. I work with FireBird and I have query looks: "select Y.Organizm as Nazwa, count(Y.ID) as LiczbaPrzypadkow, count(Y.Organizm) as...
kamilwalas
Offline Send Email
Dec 14, 2008
5:05 pm
2734
... IBASE_TEXT -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com...
Jiri Cincura
x2develop
Online Now Send Email
Dec 14, 2008
5:26 pm
2735
... Windows or Linux? 64bit version? We are not sure if all combinations of builds have actually had the problem fixed. ... Try CAST(list(distinct...
Lester Caine
lscesuk
Offline Send Email
Dec 14, 2008
5:27 pm
2736
Hi all, ... Because Kamil says he is new to PHP, i'd try to explain better: $row = ibase_fetch_assoc($qry, IBASE_TEXT); This converts all BLOBs SUB TYPE TEXT...
masotti
u.masotti
Offline Send Email
Dec 15, 2008
8:28 am
2737
... Using ADOdb - I tend to forget about the inards ;) In this case the blob_id was probably correct - just you need to USE it to access the data in the blob....
Lester Caine
lscesuk
Offline Send Email
Dec 15, 2008
10:04 am
2738
Thanks to everyone, who answer to my question. I really appreciate that. Kamil...
Kamil Walas
kamilwalas
Offline Send Email
Dec 15, 2008
10:50 am
2739
... From: "Sándor Tamás (HostWare Kft.)" <sandortamas@...> To: <php-general@...> Sent: Wednesday, January 07, 2009 12:35 AM Subject: [PHP]...
Sándor Tamás ...
santa750602
Offline Send Email
Jan 7, 2009
11:04 am
2740
... Is anybody using ibase_service stuff with the php_interbase driver? I'm hapy with flamerobin on the side, so I've not looked at it, but as SanTa has...
Lester Caine
lscesuk
Offline Send Email
Jan 7, 2009
11:17 am
2741
... Both, I think. ... Well, it *is* an ISC error. This is a server-level operation. Your $svc_mgr value should resolve to "hostname:service_mgr" (where...
Helen Borrie
helebor
Offline Send Email
Jan 7, 2009
11:44 am
2742
Yes, I know. It was just the proper description of what I have tried to make it work :-) SanTa ... From: Helen Borrie To: firebird-php@yahoogroups.com Sent:...
Sándor Tamás ...
santa750602
Offline Send Email
Jan 7, 2009
1:03 pm
2743
I HAVE TWO TABLES (ADMINS AND ALBUMS) .when i try retrieving from one ADMINS table it displays my values but when i try to retrieve from the ALBUMS table it...
ghazalravi
Offline Send Email
Jan 16, 2009
2:04 pm
2744
... Check that the table ALBUMS does actually exist. "ALBUMS" would be a different table - double quotes for reserved words or mixed case can cause confusion. ...
Lester Caine
lscesuk
Offline Send Email
Jan 16, 2009
2:10 pm
2745
I HAVE TWO TABLES (ADMINS AND ALBUMS) .when i try retrieving from one ADMINS table it displays my values, but when i try to retrieve ... in...
ghazalravi
Offline Send Email
Jan 16, 2009
8:01 pm
2746
Hello ghazalravi, ... Yes, we've got that. Like Lester suggested, it may have something to do with the way the table was created - and if it was created at...
Paul Vinkenoog
neckarelzer
Offline Send Email
Jan 16, 2009
10:52 pm
2747
Last year I wrote my first FB application (a web application) and it suffers a short delay each time the application  selects data to display. The bottleneck...
Jeff Dunlap
jeff_j_dunlap
Offline Send Email
Jan 20, 2009
9:03 pm
2748
Hi Jeff, I don't understand where your problem is PHP related, (i.e. there is C++ code sample). Perhaps your questions are better related to Firebird support...
masotti
u.masotti
Offline Send Email
Jan 21, 2009
10:10 am
2749
... Already has been copied ;) -- Lester Caine - G8HFL ... Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services -...
Lester Caine
lscesuk
Offline Send Email
Jan 21, 2009
11:52 am
2750
... C++ ... you ... Sorry about that, I had posted in the wrong yahoo newsgroup. Now that I'm here, I'm curious to know how what PHP programmers do to keep a...
jeff_j_dunlap
Offline Send Email
Jan 21, 2009
3:50 pm
2751
... There's ibase_pconnect that uses a connection pool. ... If you use PHP as a web server module (DLL/SO) and keep it loaded all the time (load at web server...
Milan Babuskov
mbabuskov
Offline Send Email
Jan 21, 2009
6:04 pm
2752
... Hi Milan, Thanks, very interesting. Is ibase_pconnect available for both read and write transactions? Also, is ibase_pconnect a container (like an array)...
jeff_j_dunlap
Offline Send Email
Jan 21, 2009
6:39 pm
2753
... Yes. ibase_pconnect gives you a database connection (attachment) and you can start any kind of transaction on it. ... Only internally. From PHP code you...
Milan Babuskov
mbabuskov
Offline Send Email
Jan 21, 2009
10:18 pm
2754
Hi Milan, ... Do you mean that in PHP you prefer ibase_connect() to a local database? I.e. $resdb = ibase_connect ( '/var/lib/firebird2/pippo.fdb', 'user',...
masotti
u.masotti
Offline Send Email
Jan 22, 2009
9:20 am
2755
drupal is used in many places and now you can test it with firebird http://drupal.org/node/362178 -- developer flamerobin.org...
marius popa
jimi_compot
Online Now Send Email
Jan 22, 2009
10:16 am
2756
... you ... the ... Milan, Thanks for the info. Best regards, Jeff...
jeff_j_dunlap
Offline Send Email
Jan 22, 2009
4:32 pm
Messages 2727 - 2756 of 3215   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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