Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Repair() for corrupted Memo
Message
De
22/03/2006 11:34:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Using Repair() for corrupted Memo
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01106692
Message ID:
01106692
Vues:
65
Hello all. I am attempting to repair a memo file attached to a table in a VFP9 SP1 database. I am using the the SDT 6.2b classses, as such:
PUBLIC gcUserName
gcUserName="iePoint SDTRepairDBC"
open database iePoint excl
oMeta = newobject('DBCXMgr', 'DBCXMGR.VCX')

oMeta.SetDatabase(dbc())

IF oMeta.oSDTMgr.Repair('STUDENT')
   return
ENDIF
The code runs without error, though the memo file is not repaired. I still receive the error 'fpt is missing or invalid.'
Any suggestions?
TIA
Amanda
Amanda Morton
System Analyst
Harrisburg Project
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform