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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…