vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have been given the responsibility of upgrading a client application to use Windows authetication. Previously the application was designed with database authentication with SQL Server. A particular request is to eliminate the dsn connections if possible. (This is all on SQL Server 2005) Any tips or help from those who have already done this sort of thing will be much appreciated. |
| |||
| On Thu, 01 May 2008 16:17:44 -0400, Nubie <nubie@no-nubie.com> wrote: Check this out: http://www.connectionstrings.com/?carrier=sqlserver2005 and you'll find many ways to build a connection string without a DSN. -Tom. >Hello, > >I have been given the responsibility of upgrading a client application >to use Windows authetication. Previously the application was designed >with database authentication with SQL Server. A particular request is >to eliminate the dsn connections if possible. (This is all on SQL >Server 2005) > >Any tips or help from those who have already done this sort of thing >will be much appreciated. > > > > |
| ||||
| Tom van Stiphout wrote: > On Thu, 01 May 2008 16:17:44 -0400, Nubie <nubie@no-nubie.com> wrote: > > Check this out: > http://www.connectionstrings.com/?carrier=sqlserver2005 > and you'll find many ways to build a connection string without a DSN. > > -Tom. > Thanks, Tom. I will try them out. |