db_num_rows
#2

Код:
qresult = db_query(Database,"SELECT * FROM `HOUSES` WHERE 1;");
Use this query instead. You need a WHERE clause to specify what rows you want to select, and WHERE 1 will select every single row.
Reply


Messages In This Thread
db_num_rows - by Danijel. - 24.06.2012, 08:33
Re: db_num_rows - by mkr - 24.06.2012, 08:38
Re: db_num_rows - by ReneG - 24.06.2012, 08:52
Re: db_num_rows - by Danijel. - 24.06.2012, 08:53
Re: db_num_rows - by ReneG - 24.06.2012, 08:55
Re: db_num_rows - by Danijel. - 24.06.2012, 09:06
Re: db_num_rows - by ReneG - 24.06.2012, 09:07
Re: db_num_rows - by Danijel. - 24.06.2012, 09:09

Forum Jump:


Users browsing this thread: 2 Guest(s)