Hi, How can i execute a unbuffered query? I need export tables with more than 1 000 000 rows, but i can't find how? Or is there any way how to do it? Thank you...
Hi, ... Don't understund what do you mean for "unbuffered". What type of buffer do you intend to prevent: OS, php, Fb? And which version of PHP and Firebird...
... Hi, Ram usage would decrease on the PHP server if I use unbuffered query. Maybe this is a problem PHP and not Firebird, i don't know. Firebird is chaching...
Hi, ... Don't worry for bad english, it's like mine: you're wellcome. :-) Actually I haven't yet understand what are you trying to achieve and what do you...
Hi ! Started working on PHP recently. We added a web module successfully to a Delphi application with Firebird. We also used CodeIgniter framework for this. ...
... I have to admit to taking the other approach in this area, but I'm only targeting a narrow market anyway, and the license free, extend it your self...
... If I were in your shoes, I'd really consider whether the technologies you are choosing are the best fit for this. I'm thinking, given your requirements,...
... What makes you say this? You can do the same thing on Linux, the only difference is that file extension is not DLL but SO. ... I agree. I really seems that...
Hi Milan, ... I'm not able to figure out what are you referring to: PHP 5.* globally or PHP ibase/firebird 5.* interface sources? Can you share which are the...
Thanks Myles for yr comments and views. When we selected PHP for our first web based application, our main consideration was simplicity and speed. Now we have...
... Interbase driver. ... Most important and critical are subtle errors in handling of numeric and decimal data. For example, Firebird can return a number:...
Hi Milan, ... Ouch! ... Many thanks. My PHP 5.0 Centos4 Web Server is affected indeed; my luck is I don't use in my Web apps DECIMAL or NUMERIC. In my Ubuntu...
... If you use a multi-byte character set (ex. UTF-8), Firebird returs it padded to (size*bytes_per_char). For example, a CHAR(10) column is always padded to...
Hello , We are in process of adding web application to our existing Firebird-delphi C/S desktop application. We have Ubuntu 8.04.1 and firebird 2.1 and we have...
... Personally I would avoid the PDO driver and just use the native Firebird/Interbase driver. You will need that anyway to do those jobs that PDO does not...
... another option is to use the official php5 source from ubuntu sudo apt-get install php5-dev firebird2-dev php-pear devscripts debget sudo pecl install pdo ...
Thank you very much marius adrian popa, for very comprehensive help. You have suggested two ways I am confused which one use plz guide me which one is better...
Thanks Lester Caine, ... Well we are altogether new to PHP and web applications. The requirement is as of today is have database independent web applications...
... I've used ADOdb from day one. If you want cross platform it works out of the box. PDO is a waste of time since it does nothing with the SQL! Take a look at...
Thanks Lester Caine, ... I will checkup with ADOdb. What is ur experience of ADOdb about migrating from One Database to another. ... true, we have tried...
... With a little care in the design of the tables, then you simply select the database you want to run with. bitweaver can even copy from one database engine...
Thanks Lester Caine, ... Thats true since different databases have different datatypes and different handling of those types. So we have to select least common...
... I'm now using bitweaver as a wrapper for all my web based stuff. It provides all the base user management, editing, security and much more, and I can add...
Hi, I am Trying to have my First web application with Firebird and PHP. Server is Ubuntu. installed PHP 5 and apache From Repositories. Got adodb from its web...
Thanks marius adrian popa, ... Rather i used adept and loaded necessary extensions modified PHP.ini and it worked like a charm. Now its listing all records as...