Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hacking dbf header
Message
De
30/10/1998 10:27:08
 
 
À
29/10/1998 09:37:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00152025
Message ID:
00152815
Vues:
19
Hi Paul.

>Here's how I convert a FoxPlus table to a VFP table:
>
>TmpA = FOpen('\\DevOne\WhosIn\PkHsMain.dbf',12)
>TmpB = FSeek(TmpA,0)
>TmpC = FWrite(TmpA,CHR(67))
>TmpD = FFlush(TmpA)
>TmpE = FClose(TmpA)

That won't do it, I'm afraid. In addition to a byte change in the header, VFP tables also have a DBC pointer area after the field definitions and before the data area.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform