Hello..
In the SQLDButils example given in the Source code folder, how can I display table in descending order after I add a row?
In the btnaddnew_click sub, I am trying
Dim query1 as Query
Dim curs as Cursor
query1=select * from persons ORDER BY Col1 DESC
curs= execnonquery ("select * from persons ORDER BY Col1 DESC")
But nothing is happening.
This might be a very basic question.But, I have just started learning.Thank you for your patient reply.
Regards..
In the SQLDButils example given in the Source code folder, how can I display table in descending order after I add a row?
In the btnaddnew_click sub, I am trying
Dim query1 as Query
Dim curs as Cursor
query1=select * from persons ORDER BY Col1 DESC
curs= execnonquery ("select * from persons ORDER BY Col1 DESC")
But nothing is happening.
This might be a very basic question.But, I have just started learning.Thank you for your patient reply.
Regards..