CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Posts
    9

    Run Time Creation OF Data Source Names (dsn)

    How do i create run time dsn's (Data source names ) so that i do not have to create in on each and every machine in case of a large network and the application will create it dynamically when it starts.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Run Time Creation OF Data Source Names (dsn)

    there is a RegisterDatabase method in the DAO object model for the DBEngine object.
    it allows you to create a dSN at runtime.




  3. #3

    Re: Run Time Creation OF Data Source Names (dsn)


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