Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE file without memo?
Message
From
13/07/1999 19:30:48
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00241005
Message ID:
00241080
Views:
14
>>I have a bunch of DBFs with older style DBT memo files.
>>
>>I'd like to access the DBFs but keep getting the "Convert memo file?" prompt. I don't actually need to look at the memo fields, and I don't want to convert them, since they are primarily used by an old FoxBase program.. Is there some way to get FoxPro to ignore the memo field? Something like:
>>
>> USE myfile NO MEMO
>>
>>I know I can do things like fiddling with the first byte of the file header, but I'd rather not do that.
>>
>>Any ideas?
>>
>>Thanks.
>>
>
>I suggest making a copy of both files and work with the copy. Let VFP convert the memo field. At that point, if you want, you could modify the structure to remove the memo field from the copy.

Another alternative would be to use ODBC to access the free tables; this would allow a single copy of the file to be accessed and updated by both the VFP application (through a view in a DBC based on an ODBC connection) and the older Foxbase program through its standard methodologies. I've used this type of ODBC connection in the past to connect to older dBASE files on an ongoing basis with good results, so that indexes could be maintained in the older dBASE .NDX file format.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform