| 1. |
Solve : Batch File to access a dbf file and get data from the last record? |
|
Answer» I need to WRITE a batch FILE that can access a .dbf file (???pclk.dbf) and get the date from the PL_Date field in this file where the pl_class='O*'. I then want to use this as a parameter to run another batch file. There will ALWAYS be at last 10 records with pl_class="O*". I need the last occurrance of this. The ???pclk.dbf file only has 3 fields PL_Date, PL_Route,PL_Class |
|