Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Icons created on the desktop
Message
From
04/05/2004 16:05:12
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00900904
Message ID:
00900917
Views:
36
Thanks. fully specivied the output folder and no icons.

I knew it was simple but I quess I was having a senior moment.

>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform