Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hacking dbf header
Message
De
30/10/1998 10:34:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/10/1998 18:14:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00152025
Message ID:
00152816
Vues:
18
>Does anyone know of a way to programmatically hack a FOX2X table for the purpose of converting to a visual table?
>I'm hoping for an alternative to using the "COPY TO" command in a mass table conversion process (in order to save processing time).
You could directly use it :) To add to a database "add table ...". Add table automatically adds 263 bytes backlink info to header. Details of header are on online help (search for dbf structure). Also just creating a view like :
create sql view VFPCOPY as ;
select * from mytable provides the same data be used with VFP and FP apps while VFP version gains the transaction capability.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform