Client applications

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nubie

    Client applications

    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

    #2
    Re: Client applications

    On Thu, 01 May 2008 16:17:44 -0400, Nubie <nubie@no-nubie.comwrote:

    Check this out:
    404 - Page Not Found. Shown when a URL cannot be mapped to any kind of resource.

    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.
    >
    >
    >
    >

    Comment

    • Nubie

      #3
      Re: Client applications

      Tom van Stiphout wrote:
      On Thu, 01 May 2008 16:17:44 -0400, Nubie <nubie@no-nubie.comwrote:
      >
      Check this out:
      404 - Page Not Found. Shown when a URL cannot be mapped to any kind of resource.

      and you'll find many ways to build a connection string without a DSN.
      >
      -Tom.
      >

      Thanks, Tom. I will try them out.


      Comment

      Working...