Subject | Re: [firebird-php] auto increment last insert |
---|---|
Author | Lester Caine |
Post date | 2004-11-24T10:39:36Z |
Johan van Zyl wrote:
$ret = ibase_query( 'SELECT GEN_ID( G_USERS, 1 ) FROM RDB$DATABASE');
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Thx!ADOdb ;) I just cut and pasted without thinking :)
> What is $conn ?
>
> $ret = $conn->Execute( 'SELECT GEN_ID( G_USERS, 1 ) FROM RDB$DATABASE');
$ret = ibase_query( 'SELECT GEN_ID( G_USERS, 1 ) FROM RDB$DATABASE');
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services