Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing...
Message
From
08/03/2000 21:07:42
 
 
To
08/03/2000 21:02:41
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00343363
Message ID:
00343550
Views:
24
>I use pcFicCab=dbf('DocumentosCabCli')
>what's the syntax for a select, if it's possible?

And SQL SELECT or normal select? A normal select, couldn;t you do:

select DocumentosCabCli

And in SQL, if you need to use variable for the table, you can do:

pcFicCab=dbf('DocumentosCabCli')
select a.field, a.field2 from &pcFicCab as a ...
Previous
Reply
Map
View

Click here to load this message in the networking platform