SQL Problem
#2

You try to fetch the field gpci although you only selected the column PlayerInfo

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
Reply


Messages In This Thread
SQL Problem - by ServerFiles - 24.08.2018, 02:43
Re: SQL Problem - by Nero_3D - 24.08.2018, 05:49
Re: SQL Problem - by ServerFiles - 24.08.2018, 08:48
Re: SQL Problem - by Nero_3D - 25.08.2018, 00:41
Re: SQL Problem - by ServerFiles - 25.08.2018, 02:30
Re: SQL Problem - by Sew_Sumi - 25.08.2018, 03:11

Forum Jump:


Users browsing this thread: 1 Guest(s)