CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2005
    Location
    Pasadena, MD, USA
    Posts
    105

    Programically creating DSN (ODBC connection)

    Hi All,

    Has anyone done this before? I need to set up a DSN through a setup program so the users will not have to (and get elevated rights).

    It would be the information contained in the Data Sources (OBDC ) in the Administrative Tools folder.

    Jeff

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Programically creating DSN (ODBC connection)

    This thread might give you some direction.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured