Correct. And you will need to a create sql user(s) that have access to that database. Then, the client app must use sql login instead of windows authentication.
-Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael George Sent: Wednesday, February 16, 2005 3:19 PM To: A Rafael D Teixeira Cc: Michael George; MonoList Subject: Re: [Mono-list] different behavior between .NET and Mono On Wed, February 16, 2005 2:42 pm, A Rafael D Teixeira said: > AFAIK, our ADO.NET provider for SQLServer (it is part of Mono) only > can connect with SQL password, as the other protocol is a closed one > that ties with ActiveDirectory and/or NT Domain Controllers. > > Configure your database server to accept SQL connections, otherwise we > can't connect to it. Looking at the properties for my database, the Security tab, under Authentication I have "SQL Server and Windows" set. I think that's what you're saying to do, right? -Michael George Ideal Solution, LLC _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
