Hi, thanks for any help in advance.
I was hoping to get some guidance for getting started with connecting to an SQL database online. I'm writing an application in Win32 which needs to be able to read/write to a database. I have plenty of experience with C++, but almost no experience with networking. All I need to do is store a list of strings in a database online where they can be accessed and altered from any computer. I've tried getting started with MySQL but I'm not having much luck. I'm not even sure if SQL is the best option. I'm don't know how to create a database on a server, or how to securely connect to that server and read the database.
Could anyone provide any suggestions for how to get started? Thanks!