• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] invalid connection handle
#2
For some reason my connection handle changes?



Code:
?? ?new q[256];

?? ?printf("%d // 1", _:SQL);

?? ?mysql_format(1, q, sizeof q, "SELECT * FROM `players` WHERE `name`='%e' LIMIT 1", GetPlayerNameEx(playerid));

?? ?printf("%d // 2", _:SQL);

??? mysql_pquery(1, q, "OnAccountCheck", "i", playerid);

??? printf("%d // 3", _:SQL);

Returns:



Code:
1 // 1

111 // 2

111 // 3
  Reply


Messages In This Thread
invalid connection handle - by IdontMIss - 2019-08-04, 06:58 PM
RE: invalid connection handle - by IdontMIss - 2019-08-04, 07:26 PM
RE: invalid connection handle - by IdontMIss - 2019-08-04, 08:07 PM

Forum Jump: