ID:277413
 
I haven't been on BYOND lately, been busy with a project of mine. Anyway, I'm stuck at the moment. What I need is a good tutorial and database system for C++. Maybe an API that is able to access an online database and then easily change the data in it.

If anyone knows a good database program and tutorial to go with it, please post it here. Thanks.

ADT_CLONE
I suggest using SQLite. It's a thoroughly tested public domain database system that is very lightweight and has plenty of useful features.

If you're using C++, I suggest checking out the CppSQLite project.
In response to PirateHead (#1)
Thanks. The only problem is I can't work out how to use it properly. I really need a good tutorial or something.