mysql simple hjelp
#1

Removed
Reply
#2

Use it when you have stored a result, used it, and don't need it anymore.

If you use:
pawn Код:
mysql_store_result();
The result is stored in memory and is not freed until mysql_free_result() is called.
Reply
#3

Adding to the above post, if you use the cache_functions, results are automatically stored and free'd. They are also generally faster than the mysql_fetch functions.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)