Re: DSN-less connection
RLN (rlntemp-newsgroup@xxxxxxxxx) writes:
I am looking to try and connect to SQL Server via a DSN-less
connection in a VB application.
Setting up ODBC data sources is a headache for each user workstation.
There has to be an easier way.
Is there a straight forward way to do that or do you know a good
reference source that would have information on this topic?
What is the problem?
What means of authentication do you use? SQL Server authentication or
Windows authentication? Is the server always the one and the same? What is
the database?
Our application addresses all these problems by prompting the user. Isn't
that feasible for you?
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
Relevant Pages
- Re: Windows Authentication in asp.net 2005 to SQL Server?
... If the domains do not trust each other, Windows authentication is not going ... Basic authentication sometimes makes the need for Kerberos delegation go ... generic account to do the backend data stuff on our SQL Server. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: I dont want to re-invent the Login/Login Wheel - Help with utilities
... Yes, if you use .NET1.1, there isn't built-in login control, and more importanltly there isn't ready-to-use membership component to use. ... the membership provider uses SQL Server or SQL Server Express. ... We feel that having the capability to force password change would be a better benefit in securing our application and data access. ... Both Windows authentication and authorization wolud be be fine if we wanted the world to have access to our application data, but not very intuitive for maintaining integrity over our data. ... (microsoft.public.vstudio.general) - RE: IIS (ASP) -> SQLServer Authentication Issue
... I understand that you'd like to use IIS Intergration authentication in the ... and ASP "impersonates" authencitaed users to access SQL Server on ... only kerberos authentication allows double-hops from clients ... (microsoft.public.sqlserver.security) - Re: SBS Premium Edition .. what way is SQL licenced
... Another thing to note in using your SQL Server as a backend database is the ... concept of Forms-based authentication and Integrated Windows authentication. ... thereby requiring individual CALs to access SQL Server. ... Chad A. Gross - SBS MVP ... (microsoft.public.windows.server.sbs) - Re: Integrated Authentication with SQL
... On the IIS level there is no trouble authenticating with kerberos. ... problem is in when I try to flow those credentials over to the SQL server. ... Successful Network Logon: ... Authentication Package: Kerberos ... (microsoft.public.dotnet.framework.aspnet.security) |
|