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()

            connstring.Database = "lvs"

            connstring.DataSource = "Rick2010"

            connstring.UserID = ""

            connstring.Password = ""

 

            MsgBox(connstring.ToString)

            Dim conn As New
FirebirdSql.Data.FirebirdClient.FbConnection(connstring.ToString)

            conn.Open()

            conn.Close()

 

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.

 

Regards,

 

Rick

 

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to