14.09.2012, 19:24
Slice, how can I do this:
And then num_rows this? Since it's a prepared statement and I can't see that it would work with "db_num_rows(DBResult:dbresult)" since there is no result in stmt_execute?
So how can I check the number of rows after a prepared statement?
pawn Код:
new uid, DBStatement:stmt = db_prepare(trpdb, "SELECT uid FROM users WHERE name=? LIMIT 1");
So how can I check the number of rows after a prepared statement?