B4J Question SQLite Rowcount?

billzhan

Active Member
Licensed User
Longtime User
try
B4X:
Dim countofrow As Long =sqlconnect.ExecQuerySingleResult("select count(RowID) from tablename")
 
Upvote 0
Top