Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to avoid VFP messages with DBC
Message
From
21/10/2002 10:21:33
 
 
To
18/10/2002 17:39:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00712547
Message ID:
00713509
Views:
30
This is the text I found there( but I cannot find the link for the thread )

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?

Steve,

Would you mind copy and paste the content of the solution, please?


>Juan,
>
>I would try a different approach. One of the ideas we proposed in the thread Sergey just pointed you to (Thread #593502) will hopefully do the trick for you.
>
>Let us know if you have questions.
>
>
>>Steve,
>> I tried to use this code
>>CREATE CURSOR Carrier (M1 M, M2 M)
>>APPEND BLANK
>>x = 'c:\JNSK\USERS.DBF'
>>y = 'c:\JNSK\USERS.CDX'
>>
>>SELECT Carrier
>>APPEND MEMO M1 FROM (x) OVERWRITE
>>APPEND MEMO M2 FROM (y) OVERWRITE
>>
>>OPEN DATABASE &cDBCLoc
>>SET DATABASE TO &cDBCLoc
>>
>>COPY MEMO Carrier.M1 TO USERS.DBF
>>COPY MEMO Carrier.M2 TO USERS.CDX
>>
>>but nothing happens, no tables created and command create table is justfor arrays, what could be the code to be use here? am I missing something or
>>my approach is the wrong one?
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform