24.09.2011, 00:47
Quote:
Hi, I am a Pole, I'm sorry for my English.
I have a table `gangs` that consists of these fields: `gid` (index), `leader`, `name`, `shortname`, `created` The table is empty. Then send query: Код:
SELECT * FROM gangs WHERE name='Grove Street' OR shortname='GS' Here is the log Код:
[14:44:37] CMySQLHandler::Query(SELECT * FROM gangs WHERE name='Grove Street' OR shortname='GS') - Successfully executed. [14:44:37] >> mysql_num_rows( Connection handle: 1 ) [14:44:37] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection) [14:44:37] >> mysql_ping( Connection handle: 1 ) |