Posts: 305
Threads: 28
Joined: Apr 2011
Reputation:
0
so which data loading type is faster in mysql with sscanf or default - mysql_fetch_field_row
I use blueG plugin
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
I'd say sscanf, because you only have to send one request to the server.
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
sscanf is not used for data loading.
Posts: 305
Threads: 28
Joined: Apr 2011
Reputation:
0
Variables* And thanks for responses