If you want the number of rows then why not ask the database engine to tell you?
"Select count(*) from Usuario" and then retrieve the single row result.
If you want the number of rows then why not ask the database engine to tell you?
"Select count(*) from Usuario" and then retrieve the single row result.
Thanks, it worked
Bookmarks