MySQL nested queries
#1

With the mysql samp plugin you must store the result everytime you execute a query AND want to save the results.

My doubt is, can you execute another query (and save its result) before freeing the first stored result?
Reply
#2

No u dont, if your query only needs to send data do the database and don't need to store info, u don't need mysql_store_result(), btw ur mysql plugin must be outdated, i think...
Reply
#3

Quote:
Originally Posted by Delta 4
Посмотреть сообщение
No u dont, if your query only needs to send data do the database and don't need to store info, u don't need mysql_store_result()
Yes, I meant ONLY when you do need to save the results
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)