Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing index file
Message
De
28/05/2001 23:33:05
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Missing index file
Divers
Thread ID:
00512048
Message ID:
00512048
Vues:
40
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform