Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Repair() for corrupted Memo
Message
From
22/03/2006 11:34:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Using Repair() for corrupted Memo
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106692
Message ID:
01106692
Views:
66
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
Next
Reply
Map
View

Click here to load this message in the networking platform