SA-MP Forums Archive
[Question][MYSQL] Which data loading type is faster (better) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Question][MYSQL] Which data loading type is faster (better) (/showthread.php?tid=297312)



[Question][MYSQL] Which data loading type is faster (better) - juraska - 15.11.2011

so which data loading type is faster in mysql with sscanf or default - mysql_fetch_field_row
I use blueG plugin


Re: [Question][MYSQL] Which data loading type is faster (better) - MP2 - 15.11.2011

I'd say sscanf, because you only have to send one request to the server.


Re: [Question][MYSQL] Which data loading type is faster (better) - =WoR=G4M3Ov3r - 15.11.2011

sscanf...


Re: [Question][MYSQL] Which data loading type is faster (better) - TheArcher - 15.11.2011

sscanf is not used for data loading.


Re: [Question][MYSQL] Which data loading type is faster (better) - juraska - 15.11.2011

Variables* And thanks for responses