J
JimmyKoolPantz
I want to change the order of the records in a dbf file.
I query'd a dbf file using a foxpro driver, and used the following
query statement.
qy = "SELECT * FROM " + tb + " ORDER BY SEQ_NO DESC"
Now if I run my query, and open up my dbf file, shouldn't the Seq_No
field be in Descending order?
The query executes fine, error free, however, it does not sort the
file as I have requested.
Any suggestions?
I query'd a dbf file using a foxpro driver, and used the following
query statement.
qy = "SELECT * FROM " + tb + " ORDER BY SEQ_NO DESC"
Now if I run my query, and open up my dbf file, shouldn't the Seq_No
field be in Descending order?
The query executes fine, error free, however, it does not sort the
file as I have requested.
Any suggestions?