Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating A New Table
Message
From
10/04/2003 20:13:29
 
 
To
10/04/2003 18:41:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00775924
Message ID:
00776409
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform