06.02.2015, 18:44
Uhm, are you sure you don't have to specify a callback when SELECTing stuff?
Also
That's not true, you don't have to define if they are not used.
EDIT: I became Huge clucker
Also
pawn Код:
mysql_tquery(connectionHandle, query, "", ""); //the two parameters are not optional, so they must be defined even if they are not used
pawn Код:
mysql_tquery(connectionHandle, query);
