Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing index file
Message
From
28/05/2001 23:33:05
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Missing index file
Miscellaneous
Thread ID:
00512048
Message ID:
00512048
Views:
39
Hi all,

In my program I'll copy the DBF from server to my local hdd, update it, then copy it back to the server.

following is my code to copy it back to server from local C:\TEMP, but it cannot create the CDX file at server side.. what is the problem with it? or any other thing I should be aware? I'm sure I have enough user right to access the server..
  report_db=DATA_PATH+"REPORT.DBF"
  report_bak=DATA_PATH+"REPORT.BAK"

  close tables
  copy file &report_db to &report_bak
  use c:\temp\report.dbf
  copy to &report_db with cdx fox2x
  close tables
Thanks in advance!
error(503): file structure failure, signature file corrupted.
Next
Reply
Map
View

Click here to load this message in the networking platform