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.
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.