MySQL R41 problem!
#2

Char-arrays cannot be used in "passed by reference" method. Create a temporary variable to retrieve the value and then assign it back.

About mysql_escape_string, the 3rd parameter is the length (which is optional) and not the connection handle (which is also optional).
pawn Код:
mysql_escape_string(password, pass, sizeof pass, dbHandle);
Reply


Messages In This Thread
MySQL R41 problem! - by RageCraftLV - 18.11.2017, 19:11
Re: MySQL R41 problem! - by Konstantinos - 18.11.2017, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)