I am try to Query when I try to use Spinner I get nothing
B4X:
Cursor1 = SQL1.ExecQuery("SELECT * FROM colorkode WHERE name = '" & Spinner_select.SelectedItem & "' AND number BETWEEN " & Txt_from.Text & " AND " & Txt_to.Text & "")
Cursor1 = SQL1.ExecQuery2("SELECT * FROM colorkode WHERE name = ? AND number BETWEEN ? AND ?" array as string( Spinner_select.SelectedItem , Txt_from.Text, Txt_to.Text ))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.