Jump to content

C++ and MySQL Database

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
MichaelR

MichaelR

    Newbie

  • Members
  • PipPip
  • 13 posts
I'm programming a messaging system in C++, using SDL for graphics, that will need to access a MySQL database that stores the accounts and messages information but I'm not sure how to go about having C++ connect to the MySQL database and how I can have it safe so that a person can't get the code of the program and then find the database login details and use then them. Please help. :)

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You can use A
an ODBC connection or use the MySQL libraries.