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
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
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);
$
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
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
5 matches
Mail list logo