Hello,
Because i work with the ROWID, is this a issue if the data change to a newer value and nothing happend, when i load all components new.
This does not work.
Is there a way to reorder the rowid so that the newest time gets rowid 1?
if come a newer time from the database, i just update the row and reload new.
Greetings
Because i work with the ROWID, is this a issue if the data change to a newer value and nothing happend, when i load all components new.
This does not work.
B4X:
SQL1.ExecQuery("SELECT column1, column2 FROM table1 WHERE rowid=" & (i +1) & " ORDER BY time DESC")
Is there a way to reorder the rowid so that the newest time gets rowid 1?
if come a newer time from the database, i just update the row and reload new.
Greetings