CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Posts
    25

    Accessing mysql from windows 2000 server

    Hi,
    I am writing a mfc based application that is going to be used as a dialup management app, which will have accounting functions and stuff, but will also have to interact with the radius server, which uses a mysql database on slackware linux, to add/remove users etc. I have been searching to find a way to do this, I downloaded the mysql odbc driver for 2000 server and set that up, is there a class in mfc that is used for odbc databases?

  2. #2
    Join Date
    Oct 2004
    Location
    Romania/Cluj-Napoca(Kolozsvár)
    Posts
    214

    Re: Accessing mysql from windows 2000 server

    There are a lot of articles about using databases in Visual C++ here.
    //Exceptions exist!

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