Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange format of .DBF/.DBT files
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01048208
Message ID:
01048239
Vues:
16
According to SYS(2029) help: "139 - dBASE IV table with a memo field".

>I ran the code against one of the tables and it returned
>
>139 0x0000008B
>
>What does it tell me about the type of file it is?
>Thank you
>
>>You can determine the type of the table with following code (which is similar to VFP sys(2029))
>>
lcTable = "mytable"
>>lcPath = "C:\myfolder\"
>>lnFH = FOPEN(lcPath + lcTable + ".dbf", 12)
>>lnByte1 = ASC(FREAD(lnFH,1))
>>= FCLOSE(lnFH)
>>? lnByte1, TRANSFORM(lnByte1, "@0")
>>
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform