Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fseek() and fgets()
Message
De
07/08/1998 15:09:50
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00124862
Message ID:
00124903
Vues:
19
>Cetin,
>Okay so the next question is how do I create a cursor not knowing beforhandd how many fields are going to be necessary and only having the value of CELIING(line length / 254)
>
>Sandy
lnNeededFcount = CELIING(line length / 254)
create cursor dummy1 (f001 c(254))
for ix=2 to lnNeededCount
    alter table dummy ;
          add column ("f"+padl(ix,3,"0")) c(254)
endfor
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform