Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Icons created on the desktop
Message
 
 
To
04/05/2004 15:33:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00900904
Message ID:
00900906
Views:
33
You should either change current VFP directory to the one where you want a table to be created or specify full table name including directory
CD (lcMyDir)
Select ...
         .
   FROM ...
   INTO TABLE name NOCONSOLE
* OR
Select ...
         .
   FROM ...
   INTO TABLE (lcMyDir + "name") NOCONSOLE
>VFP 7, Win2l
>
>I have several SQL select command that save data into a table, i.e.
>
>Select ...
>         .
>   FROM ...
>   INTO TABLE name NOCONSOLE
>
>name is just an output name.
>
>This seems to create icons on my desktop. How do create the tables with out creating the icons. I am sure I am missing some thing obvious, but do not see it.
>
>TIA.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform