mysql_num_rows problem with mysql 2.1.1 version
#3

Код:
public mysql_start()
{
    new MySQL:connection = mysql_init(0); //mysql_init(LOG_ONLY_ERRORS, 1)
   if (mysql_connect(DBHOST, DBUSER, DBPASS, DBNAME, connection, 1))
   {
      //mysql_debug(0);

	  print("[MYSQL] Connection successful!");
   }
   else
   {
	  print("[MYSQL] There was an error connecting to the MYSQL server");
   }

   return 1;
}
Reply


Messages In This Thread
mysql_num_rows problem with mysql 2.1.1 version - by FasTLinE - 12.04.2015, 14:33
Re: mysql_num_rows problem with mysql 2.1.1 version - by MEW273 - 13.04.2015, 08:13
Re: mysql_num_rows problem with mysql 2.1.1 version - by FasTLinE - 13.04.2015, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)