Thank you, I will give this a try.
Sadly Access 2003 use the file and without out it wont open the DBF.
Search found 3 matches
- Thu Apr 06, 2006 7:16 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Moving/Copying old logs
- Replies: 11
- Views: 20761
- Wed Apr 05, 2006 8:12 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Moving/Copying old logs
- Replies: 11
- Views: 20761
DBT
Thank you for the information. A follow-on question concerning the copying of logs. I use the DBF log format and have the system set to copy the Common log each day (testing for now). In order to be able to review the copied log you also need the DBT file that is associated with that log. How can th...
- Thu Mar 30, 2006 3:13 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Moving/Copying old logs
- Replies: 11
- Views: 20761
Moving/Copying old logs
From within options/log settings I set my common log to copy at a specified time using the following script: cmd /c move /y "%log%" "E:\HostMonitor_Old_Logs\%mm-dd-yy%.dbf" Instead of a file named (example date) 3-30-06.dbf I get a file named %mm-dd-yy%.dbf. I expect there is an ...