16.03.2009, 23:04
Quote:
Originally Posted by ledzep
Quote:
|
pawn Код:
ping_mysql()
{
if(mysql_ping() != 1)
{
return 0;
}
else return 1;
}
Quote:
Originally Posted by Hutzelbutzel
Error:
http://img3.imagebanana.com/img/7omqr9ub/error.png Code: http://img3.imagebanana.com/img/i28g55c5/error2.png I could not make the errors, because this is the examplescript. Have I included something wrong ?? |
pawn Код:
format(query,sizeof query,"INSERT INTO `%s` (Username,Password) VALUES ('%s',md5('%s'))",TABLENAME,pName,pass);
Quote:
Originally Posted by high_d
Hello!
I am working with the mysql plugin about 2 month and all works propper... very nice plugin... But now i have a question: I tryed to "SELECT" a big textfield wich looks as follows: Quote:
The samp allways chrashing after the mysql query... Maybe the sql-plugin cannot handle such big textfields? |