Dear Sqlite Team

I have some problem with Sqlite3.


Would you mind if I want to ask you a question?


I got an error "Call to undefined method SQLite3Result::numRows()". and here
is my code:
$db = new Sqlite3("sample.db");
$result = $db->query("select * from table");
$rows = $result->numRows();


Please help me. Thanks in advance.


Pisey Phon
Junior Web Developer.



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Problem-with-method-numRows-in-Sqlite3-tp71420.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to