Re: [Firebird-net-provider] using Windows authentication

2010-11-19 Thread Jiri Cincura
On Fri, Nov 12, 2010 at 16:17, Rick Roen wrote: > and I get AccessViolationException with Attempt to read or write protected > memory… > > > > If I do not set the UserId and Password at all, I get an > InitializeSecurityContext failed message. I have a feeling it's 64bit related. Anyway can you p

[Firebird-net-provider] using Windows authentication

2010-11-12 Thread Rick Roen
I'm wondering how to use Windows Authentication with FB server v 2.5 and FirebirdClient.dll v 2.5.2, Win 7 Pro, 64 bit? I have the same user name set up for Windows and FBServer. I am trying: Dim connstring As New FirebirdSql.Data.FirebirdClient.FbConnectionStringBuilder()