I Want To Get All Value From Mysql Database In List View
Any One Help Me?
Run query
SELECT * FROM table_name
Mysql and sqlite are different.
He is talking about mysql
Get all values:
Do you Really need to get all columns to show in the listview?
Do you Really need to get all the lines to show in the listview?
Use the command mentioned above: Select * from table.
On large tables this is not recommended.
Try :