Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress DBC warning message
Message
 
 
To
12/12/2001 15:44:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00593502
Message ID:
00593517
Views:
25
What about
Rename mytable.dbf to oldTable.dbf
Use oldTable 
COPY TO mytable
>Craig,
>
>I don't know how to supress it, but I know how to work around it. I don't think it will by much slower, since VFP is going to make a copy when it converts anyway.
>
>
>afields(lafields, 'oldTable')
>create table newTable from array lafields
>append from oldTable
>
>>I am adding a table that has been created as TYPE FOX2X to a DBC.
>>
>>The following warning message appears:
>>Table Update Warning
>>File 'Table.dbf' will be updated to a new file format, making it unreadable to previous versions of FoxPro.
>>
>>How do I supress this warning?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform