Good evening, my friends have the following query:
MyQuery="SELECT * FROM PRODUTOS WHERE CODBARRAS LIKE 'a' "
Cursor1=SQL1.ExecQuery(MyQuery)
I have a view (edittext) how do I find a record in my table by typing an information in (edittext) that information appears in listview ??
Does anyone have an example ??
MyQuery="SELECT * FROM PRODUTOS WHERE CODBARRAS LIKE 'a' "
Cursor1=SQL1.ExecQuery(MyQuery)
I have a view (edittext) how do I find a record in my table by typing an information in (edittext) that information appears in listview ??
Does anyone have an example ??