Re: [PHP] Interbase with PHP in Mandrake 9.1 help !

2004-03-18 Thread Ray Hunter
On Thu, 2004-03-18 at 04:51, Luiz Gustavo Sarubi Macchi wrote: > Please > > I´m using Mandrake 9.1 and I need to use PHP with interbase ! > > So, I've been instaled the php430-devel and i built the extension of > interbase like this: > phpize > after that ./configure --with-interbase=/opt/interb

[PHP] Interbase with PHP in Mandrake 9.1 help !

2004-03-18 Thread Luiz Gustavo Sarubi Macchi
Please I´m using Mandrake 9.1 and I need to use PHP with interbase ! So, I've been instaled the php430-devel and i built the extension of interbase like this: phpize after that ./configure --with-interbase=/opt/interbase/ and after make install the extension was add ! so when i try to access th

[PHP] Interbase c/php no Mandrake !

2004-03-17 Thread Luiz Gustavo Sarubi Macchi
Por favor Uso o Mandrake 9.1 e preciso usar PHP c/interbase ! entao instalei o php430-devel e compilei a extensao do interbase ou seja: phpize depois ./configure --with-interbase=/opt/interbase/ depois make install a extensao foi adicionada ! so q quando tento acessar o banco o php reporta um e

[PHP] interbase + php

2004-03-02 Thread Markus Ecker
hi all!! i have the problem that i want to put an image into a firebird database. the problem is that when i copy the code of the image into my sql syntax, the code contains ' and " and then php thinks that this is the end of the sql statement, although this is just data of the image. is there an

[PHP] RedHat Linux - PHP - Interbase

2003-12-06 Thread Todd Cary
I am looking for someone that is running RH 9 Linux with Php & Interbase... Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php & interbase problem.....

2003-07-22 Thread Wei
I already set the charset but still cannot work. By the way, I can retrieve the data in other program. Anyway, thanks for your reply "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Wei ([EMAIL PROTECTED]): > > Hope someone can solve my problem. >

Re: [PHP] php & interbase problem.....

2003-07-22 Thread Curt Zirzow
* Thus wrote Wei ([EMAIL PROTECTED]): > Hope someone can solve my problem. > > I'm using Interbase as a database. I get error message when I retrieve data > from the database (ibase_fetch_row) which contain chinese character. > > Warning: ibase_fetch_row(): arithmetic exception, numeric over

[PHP] php & interbase problem.....

2003-07-22 Thread Wei
Hope someone can solve my problem. I'm using Interbase as a database. I get error message when I retrieve data from the database (ibase_fetch_row) which contain chinese character. Warning: ibase_fetch_row(): arithmetic exception, numeric overflow, or string truncation Cannot transliterate ch

[PHP] PHP & Interbase 6.5

2002-08-13 Thread Jeroen Geusebroek
Hello, We have ordered Interbase 6.5 last week, but I was wondering if it is even supported by PHP at this moment since the 6.5 version is not open source. Does anyone have experience with this version? Kind regards, Jeroen Geusebroek

[PHP] installing php-interbase support

2002-03-14 Thread Francisco Jesus Castillo Pinazo
Hi, I would like to solve this problem on my apache-php instalation Fatal error: Call to undefined function: ibase_connect() in /home/pcash/public_html/includes/conexioninterbase.inc on line 7 To solve first i have try to do [root@www download]# rpm -i php-interbase-3.0.16-2bc.i386.rpm error

Re: [PHP] InterBase transaction ...

2001-10-18 Thread Christopher William Wesley
Just use one argument or the other ... not both. ibase_commit($myTrans); OR ibase_commit($myDB); g.luck, ~Chris /"\ \ / September 11, 2001 X We Are All

[PHP] InterBase transaction ...

2001-10-18 Thread Yoel Benitez Fonseca
Hi! Someone can explain me (or give me an example or more) about the function: ibase_commit() I am using PHP 4 and InterBase 6.0 over IIS 5.0, in the version of the manual that I have the following description appears: int ibase_commit ([int link_identifier, int trans_number]) but when I use i

[PHP] interbase x php

2001-09-23 Thread edney
Hi. I need help to insert blob fiedls into interbase with php. Thank You. ICQ: 109374340 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED

[PHP] Interbase lob field on the web

2001-08-13 Thread alex.tesi
Hi i have a problem printing a lob field containing an image. The database i use is Interbase 6.0 I have a blob/lob field with a gif image inside an i like to print this image on the web. Can you help me? Bye Alessandro

[PHP] Interbase 'wait / no wait' support

2001-04-23 Thread E. Stuart Hicks
Do the current Interbase functions support allowing the programmer to choose whether he/she wants to open a transaction in 'wait' or 'no wait' status? If not, which status are transactions opened as? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

[PHP] ? interbase ?

2001-04-21 Thread Bart A. Verbeek
Hello, I'm internet-databasing for over a year now and only used MySQL up untill now. Last week I spoke with a guy that was interested in running Interbase on a Unix-webserver, so I've got a couple of questions... 1.> Can interbase be installed and run on every Unix-type (BSD)? I've taken a

Re: [PHP] Interbase error code = -504 Cursor unknow

2001-03-27 Thread Mauricio Junqueira
Since ibase_query returns true if the query succeeds I've tried this, but with the same problem with ibase_fetch_row: $stmt = "select count(*) from soldcars"; if ($query= ibase_query($stmt) or die ("alert('" . ibase_errmsg() . "'); ")){ $result = ibase_fetch_row($query); $

[PHP] Interbase error code = -504 Cursor unknow

2001-03-27 Thread Mauricio Junqueira
Hello, this is my first attempt to query and print a result coming from a database, in this case interbase6. I got the following error: InterBase: Dynamic SQL Error SQL error code = -504 Cursor unknown in maingeral.htm on line 8 Here's the code: alert('" . ibase_errmsg() . "'); "); $st

Fw: [PHP] Interbase

2001-03-07 Thread Wagner Nunes
ris'" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> > Sent: Wednesday, March 07, 2001 4:28 PM > Subject: RE: [PHP] Interbase > > > > Both the binary and source distros are available on the website. I > beleive > > Interbase has gon

Re: [PHP] Interbase

2001-03-07 Thread Brett Bandy
you might try www.ibphoenix.com as they have more info (than the Borland site) regarding InterBase. Brett ""Chris"" <[EMAIL PROTECTED]> wrote in message 03fd01c0a73c$15183c00$01c8c8c8@ibcserver">news:03fd01c0a73c$15183c00$01c8c8c8@ibcserver... Hi, Has anyone here dealt with the new Interbase 6.0

RE: [PHP] Interbase

2001-03-07 Thread Angerer, Chad
Both the binary and source distros are available on the website. I beleive Interbase has gone open source. http://www.borland.com/interbase/ Chad -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:23 PM To: php Subject: [PHP] Interbase Hi

[PHP] Interbase

2001-03-07 Thread Chris
Hi, Has anyone here dealt with the new Interbase 6.0 License? The web site says it is a free download for development, but I can't find any info about commercial use, and their sales office doesn't seem to know either, and they haven't called back yet. Anyone know what the commercial license is