Re: [Firebird-net-provider] [PHISH] Re: Visual C# and Firebirdembeddeddatabaseconnection failure

2007-07-19 Thread Kai Bohli
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-

Re: [Firebird-net-provider] Visual C# and Firebird embedded databaseconnection failure

2007-07-19 Thread Kai Bohli
Hi Bob. I think that you should NOT supply username and pw when you’re 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

Re: [Firebird-net-provider] Issue with .net provider to work with aFirebird generator

2007-05-08 Thread Kai Bohli
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

Re: [Firebird-net-provider] Issue with .net provider to work with a Firebird generator

2007-05-08 Thread Kai Bohli
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

Re: [Firebird-net-provider] Issue with .net provider to work with aFirebird generator

2007-05-08 Thread Kai Bohli
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

[Firebird-net-provider] Issue with .net provider to work with a Firebird generator

2007-05-07 Thread Kai Bohli
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