Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare DBF1 to DBF2 (structures)
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01024869
Message ID:
01024874
Views:
25
This may help:

use table_1
COPY STRUCTURE exten TO c:\y1
use table_2
COPY STRUCTURE exten TO c:\y2

?FILETOSTR("c:\y1.dbf")==FILETOSTR("c:\y2.dbf")

>Hey Gurus...
>
>Is there an easy way (or tool) for comparing the DBF structure of one table to another to see if they are the same?
>
>Thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform