Board index » delphi » BDE issue

BDE issue


2003-10-02 02:08:54 PM
delphi82
When using paradox tables in a Delphi app and displaying a live dataset in a
dbGrid, if you apply an "order by" clause to the query, the dataset becomes
read-only. Does anyone know why, or how to get around that?
 
 

Re:BDE issue

Hi Mike
You could get the user to double click the selected record in the table, and
then locate on this record to another query that is not read only...
Regards
Glenn
"Mike Martin" <XXXX@XXXXX.COM>writes
Quote
When using paradox tables in a Delphi app and displaying a live dataset in
a
dbGrid, if you apply an "order by" clause to the query, the dataset
becomes
read-only. Does anyone know why, or how to get around that?