24.08.2018, 05:49
You try to fetch the field gpci although you only selected the column PlayerInfo
Several other things
Several other things
- Reduce the two queries to one with join
- If player names are unique, just select from PlayerInfo directly
- The strcmp line is wrong, currently it checks for "not equal"
- Use threaded queries if available