Errors, MySql_DeBug
#1

C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3673) :error 017: undefined symbol "mysql_debug"

Quote:

mysql_debug(iValue);
MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
setproperty(.name = "pipeline", .value = MainPipeline);

C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3679) : error 017: undefined symbol "mysql_ping"

Quote:
if(mysql_ping(MainPipeline) == -1)
{
printf("[MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host %s - DB: %s - User: %s", SQL_HOST, SQL_DB, SQL_USER);
print("[MySQL] Note: Make sure that you have provided the correct connection credentials.");
SendRconCommand("exit");
}
else
{
print("[MySQL] (MainPipeline) Connection successful toward MySQL Database Server!");
}
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3723) : warning 203: symbol is never used: "connectionHandle"
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3723) : warning 203: symbol is never used: "unEscapedString"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
Errors, MySql_DeBug - by Shirley - 18.09.2013, 12:28
Re: Errors, MySql_DeBug - by Shaden - 18.09.2013, 12:31
Re: Errors, MySql_DeBug - by AphexCCFC - 18.09.2013, 12:37
Re: Errors, MySql_DeBug - by AphexCCFC - 18.09.2013, 12:41

Forum Jump:


Users browsing this thread: 1 Guest(s)