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...
... 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 ...
... 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 -...
... 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....
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 ......
... 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...
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...
... 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....
... 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...
... 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...
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:...
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...
... 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. ...
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...
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...
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...
... 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...
... 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...
... Hi Milan, Thanks, very interesting. Is ibase_pconnect available for both read and write transactions? Also, is ibase_pconnect a container (like an array)...
... 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...
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',...