Android Question Values from table into messagebox

DonManfred

Expert
Licensed User
Longtime User
read the data from the database , create a string to show in messagebox and call the messagebox

Read beginners guide for samples on how to work with a database
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
I tried the below but only get one value.
B4X:
Msgbox("Tie between " & SQL1.ExecQuerySingleResult("SELECT teamname from gameplay"),"Tie Game")
 
Upvote 0
Top