12.02.2011, 23:25
Not really. Though, for UPDATEs, DELETEs, and INSERTs, you have to create a function which just returns 1 and does nothing else as the mysql_callback_query function requires a callback/function to be entered. I didn't do that. I left UPDATE/DELETE/INSERTs inside OnQueryFinish. There was really no point in changing.