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

    how to set ODBC in my app? any sample codes?

    thank you!


  2. #2
    Join Date
    Aug 1999
    Location
    Denmark
    Posts
    36

    Re: how to set ODBC in my app? any sample codes?

    Your question is a little unclear. Have you looked through the "Database" article section on this site? It will probably answer a lot of your questions.




  3. #3
    Guest

    Well, I want to set(create) ODBC DSN... by myself with my program.

    thank you, sir.
    Well, I want to set(create) ODBC DSN... by myself with my program.
    what should I do?
    Sorry, My English is poor.



  4. #4
    Join Date
    May 1999
    Location
    Wisconsin, USA
    Posts
    953

    Re: Well, I want to set(create) ODBC DSN... by myself with my program.

    Take a look at the ODBC API function ::SQLConfigDataSource().

    You can search the Discussion Board for this too as there have been other questions on how to use this function.



  5. #5
    Join Date
    Aug 1999
    Location
    Denmark
    Posts
    36

    Re: Well, I want to set(create) ODBC DSN... by myself with my program.

    Are you using MFC?



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