Blitz3D & MySQL programming
Blitz3D Forums/Blitz3D Programming/Blitz3D & MySQL programming
| ||
Sorry, I didn't know in what category to put this under. What I'd like to do is: a 3d application that will read data from a mysql server and write data to it. It will be a multiuser system. 1. What is the fastest way to read/write data from/to mysql database? 2. Which is more secure? Writing to a php/asp page that will execute the sql statements or a .dll file to use for all database operations? 3. Anyone know a good .dll for that? Thanks. |
| ||
There have been some trials, follow this: http://www.blitzbasic.com/Community/posts.php?topic=27379 |
| ||
Thanx, It was certainly the right post. It didn't gave much info but it was a good start, thank you! |