Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing a SQL select statement
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00107813
Message ID:
00108853
Views:
27
Chad,

I'm pretty sure you're right here. I think the only time this kind of thing can happen is if you build a standalone EXE in FP DOS.

>David,
> What do you mean by this. As far as I know the Fox runtime is a single file (or two) and everything is always distributed.
>
>>Mat,
>>
>>Just to add a little to the other replies, you are better off just building the phrases as strings and issuing:
>>
>>lcSQL = "from table..."
>>SELECT &lcSQL
>>
>>instead of
>>
>>lcSQL = "select ..."
>>&lcSQL
>>
>>If it should happen that you don't have any other SELECT statements in your code an .exe can fail with a "Feature Not Available" error because VFP wouldn't include the necessary support for the SELECT command since it didn't find any SELECT statements during the compile.
Previous
Reply
Map
View

Click here to load this message in the networking platform