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

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

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); $

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, Has