Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating A New Table
Message
De
10/04/2003 20:13:29
 
 
À
10/04/2003 18:41:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00775924
Message ID:
00776409
Vues:
10
>Hi Alex,
>
>Thanks for your interest.
>
>"Doesn't "Create Table" work for you?"
>
>For some reason it doesn't. Maybe I am getting it all wrong, not using the right commands.
>
>Do you know somewhere I can find more info about this?
>
>Thanks again.
>
>Kind Regards,
>Tarran Walker


Try the following:
create table MyTable (f1 c(5), f2 L, f3 n(9,2), f4 D) free
insert into MyTable (f1, f2, f3, f4) values ("ABC",.T.,2.25,Date())
browse
That must work. Or maybe I don't understand your problem.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform