MySQL connection.
#3

As I said there's no difference. You can send for example

Quote:

UPDATE `existing_table_name` SET `field_name` = 'value' WHERE `something` = 'value'

Quote:

SELECT * FROM `existing_table_name` WHERE `field_name` = 'value'

And boom - here comes the message that connection handle is wrong.

___________________

And looks like it now says that connection handle is wrong on every query. Could it be this function? I just started using it some days ago, dunno if it is.

pawn Код:
function mysql_real_escape_stringex(str[])
{
    new escapedString[64];
    mysql_real_escape_string(str, escapedString);
    return escapedString;
}
Reply


Messages In This Thread
MySQL connection. - by BaubaS - 22.06.2013, 14:39
Re: MySQL connection. - by Oscii - 22.06.2013, 15:10
Re: MySQL connection. - by BaubaS - 22.06.2013, 18:18
Re: MySQL connection. - by Scenario - 22.06.2013, 18:53
Re: MySQL connection. - by BaubaS - 22.06.2013, 18:58
Re: MySQL connection. - by BaubaS - 22.06.2013, 23:19
Re: MySQL connection. - by Scenario - 22.06.2013, 23:25
Re: MySQL connection. - by BaubaS - 22.06.2013, 23:36
Re: MySQL connection. - by Scenario - 23.06.2013, 00:49
Re: MySQL connection. - by Kirollos - 23.06.2013, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)