Quote:
Originally Posted by VincentDunn
MySQL
- Very high level, exactly like writing a letter to your computer.
- It's fast, and very practical not only for useraccounts, but for houses, businesses, etc.
Also, don't use old methods of MySQL. Use threaded queries, and make use of the cache functions. A huge mode doesn't need to be coded in MySQL, but it's definitely a plus.
|
Thanks, I think I'll go with MySQL.
I need to learn about how to use threaded queries and cache functions. It would be great if you could give me a link to a thread/site that explains it with PAWN.