Android Question Tabular view

Anirban Sen

Member
Licensed User
I am running following sql query:
cursor1 = Sql1.ExecQuery ("Select EndUserName, Quantity, Amount from BauxiteSales group by EnduserName")

How do I show the output into a tabular view? Also, is it possible to show the output numeric fields i.e. Quantity and Amount properly formatted as in ###,###.##?
 
Last edited:

Similar Threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…