Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open clipper tables in Foxpro
Message
De
23/09/2002 15:08:21
 
 
À
23/09/2002 11:16:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00703391
Message ID:
00703493
Vues:
20
Open the dbf(s) with a hex editor. Check the 1st byte. It should be '03' for tables with no memo file, and 'F5' for tables with a memo file. Clipper programmers use to sometimes change the 1st byte as a simple way of making the tables unrecognisable to others. In their code, they would change it back.

I don't know if that's your situation, but it's worth a check.

Alan

>I am trying to estimate the conversion of a project from CA-Clipper, Version 5.2b to Visual Foxpro. The previous programmer is not available for support. The existing tables are dbf's and the index files were created using a third party utility called Comix/Clipmore Version 2.0 that supposedly create compound index files like Foxpro.
>
>I cannot open any of the tables in VFP. I have tried versions of Foxpro back to FPW 2.6 with no luck. I cannot open tables even if no index tag was created for the table. I get the error message "Not a table/DBF". Any ideas how I can access these tables without purchasing all of the original components?
>
>Tim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform