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

Thread: RDO

  1. #1
    Join Date
    Dec 1999
    Posts
    5

    RDO

    I have tried using the rdoRegisterDatasource method of RDO library to automatically create a DSN for the user. The sample code given in the help of RDO shows code only related to MS SQL Server.
    I understand that, RDO's are usually used for RDBMS. But still I am using it to connect to an Access Database. Here if I have to use the rdoRegisterDatasource method to create a DSN, how am I supposed to get certain attributes like Network Library Name, Address. In the Books Online it is given that these details could be found in the ODBC Driver specific help. But I could not find anything about Access. Please inform me.


  2. #2
    Guest

    Re: RDO

    You can find this information under the "HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI" key in the system registry.


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