Hi,
I want to use an edittext to select special rows from my SQL database and show them in Listview.
Is it possible to use something like this code?:
DBUtils.ExecuteListView(SQL1, "SELECT col1, col2 FROM Table1 WHERE col1= Edittext1",Null, 0, Listview1, True)
Thanks in advance,
Hodi
I want to use an edittext to select special rows from my SQL database and show them in Listview.
Is it possible to use something like this code?:
DBUtils.ExecuteListView(SQL1, "SELECT col1, col2 FROM Table1 WHERE col1= Edittext1",Null, 0, Listview1, True)
Thanks in advance,
Hodi