CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: rename dsn

  1. #1
    Join Date
    Apr 2000
    Posts
    737

    rename dsn

    I need to rename a dsn for a database programmably, please help, thanks.

  2. #2
    Join Date
    May 2002
    Location
    Colombo,Sri Lanka
    Posts
    1,110
    the DSN is stored in the registry

    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI

    U have to rename this with ur new dsn.
    After that u have to reset the PC.

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