Hi
I am reading from Sqlite to customlistview how can I use Order By like I show in 1.
1.
in my database I have this record and want to order by like this
De 1x2
De 1x4
De 1x8
De 1x16
De 1x32
2.
the order I get is like this
De 1x16
De 1x2
De 1x32
De 1x4
De 1x7
I am reading from Sqlite to customlistview how can I use Order By like I show in 1.
1.
in my database I have this record and want to order by like this
De 1x2
De 1x4
De 1x8
De 1x16
De 1x32
2.
the order I get is like this
De 1x16
De 1x2
De 1x32
De 1x4
De 1x7
B4X:
Cursor1 = SQL1.ExecQuery2("SELECT * FROM Fl WHERE Fl_ID_t = ? ORDER BY Fl_name ASC", Array As String(ss))