Subject | Re: [firebird-support] Get the value of generated primary key after an insert |
---|---|
Author | Aage Johansen |
Post date | 2006-05-20T20:33:07Z |
Adriano wrote:
--
Aage J.
> Hi,RDB$DATABASE"
> as read on FB faq i use:
> Dim GEN_ID As Integer
> query = "SELECT GEN_ID(GEN_PRATICHE_IDPRATICA, 1) AS MyVar FROM
> cn.Execute queryWhere do you assign the value (of MyVar) to the GEN_ID variable?
> MsgBox GEN_ID
>
> Why the GEN_ID is always 0 ?
> It should be a very 'silly, elementary' question...
>
--
Aage J.