bob k.
- Original Message -
From: Kai Bohli <mailto:[EMAIL PROTECTED]>
To: 'For users and developers
<mailto:firebird-net-provider@lists.sourceforge.net> of the Firebird .NET
providers'
Sent: Thursday, July 19, 2007 9:42 AM
Subject: [PHISH] Re: [Firebird-net-
Hi Bob.
I think that you should NOT supply username and pw when youre using
embedded. Try without.
HTH
Best wishes
Kai Bohli
Kameleongruppen AS
Norway
[EMAIL PROTECTED]
www.kam-sys.com
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bob K.
Sent: 19. juli 2007
you one record.
Roman
Kai Bohli wrote:
> Hi Rick !
>
>
>
> Thanks a lot for your reply.
>
> The generator code runs fine in my old version of "Interbase Workbench".
>
> I cannot create a new table in this database. I have to use whatever is
> already mad
2007 13:13
To: 'For users and developers of the Firebird .NET providers'
Subject: Re: [Firebird-net-provider] Issue with .net provider to work with a
Firebird generator
Why you need to know generator value before insert?
Regards,
Paul
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROT
s id from GenTable"
HTH,
Rick
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kai Bohli
Sent: Monday, May 07, 2007 1:17 PM
To: For users and developers of the Firebird .NET providers
Subject: [Firebird-net-provider] Issue with .net provider to work with
aFi
Hi all !
I have an existing table which I cannot change. That is, I cannot create a
on before insert trigger on it. I have to know the generator value before
insert so I have to run something like this:
SELECT gen_id(GEN_WEBOBJECTNR, 1) AS id FROM rdb$database
So far so good. Since I ha