Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Clipper Tables in VFP 6
Message
 
To
14/04/1999 12:27:56
Steve Buttress
Steve Buttress Software Consulting
Bloomington, California, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00208258
Message ID:
00208264
Views:
26
Steve,
Do you have the original Clipper source code? If so, you should be able to recompile it with so it uses FPT rather than DBT memo fields. Unfortunately the other problems (too many fields, fields too long) are NOT addressable so easily. You will have to make some changes there.

Are the two programs going to be run simultaneously? If not, you might write a Clipper program that runs in the background and updates the tables used by VFP, splitting the longer tables and reducing field size where appropriate.

HTH
Barbara

>I am about to start a project to convert a Clipper app to VFP6. For now, the tables must be shared with the Clipper app so that both the Clipper app and the VFP app can use them simultaneously. I haven't worked with Clipper, and I hope someone out here has done this kind of project.
>
>I am not concerend about the RI issues as I am using a Data Dictionary outside the DBC which works against free tables. But I am concerned sbout incompatibilities with indexes, memo fields, field lengths, and # of fields per table.
>
>My initial thought is to create a View for each table, so that VFP formats can be used within the VFP app, while the table structure could remain the same for the Clipper app. Views could also solve the # of fields per table if that becomes an issue, but not field length if the old code uses fields longer than 254 character.
>
>Has anyone tried this approach? Are there other "Gotchas" I may not have considered? Should views be opened as Local views, or Remote views using ODBC to preserve the Clipper format in the update process? ODBC is a lot more trouble, so if possible to use local views, I'd rather not use ODBC.
>
>Thanks for any help, advice, techniques, etc...
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform