Re: Breaking Long Query into multiple statements ?
- From: "Andrew Howell" <ajh@work>
- Date: Tue, 24 May 2005 08:42:33 +0100
"Luqman" <pearlsoft@xxxxxxxxxxxx> wrote in message
news:uxRHGx8XFHA.2128@xxxxxxxxxxxxxxxxxxxxxxx
> In foxpro for Dos, I have written a Select query, and surely divided each
> line with semi colon, but still foxpro compiler raise error
>
> "compiled line too long."
>
> How can I break my query into multiple statements ?
I may be wrong but hopefully you can extend this first limit with macro
substitution, eg:
m.cmd="WHERE blah blah blah blah......."
SELECT blah blah blah blah....... &cmd
--
HTH
Andrew Howell
.
- Follow-Ups:
- References:
- Breaking Long Query into multiple statements ?
- From: Luqman
- Breaking Long Query into multiple statements ?
- Prev by Date: Re: http post
- Next by Date: Re: Installshield and shortcut
- Previous by thread: Re: Breaking Long Query into multiple statements ?
- Next by thread: Re: Breaking Long Query into multiple statements ?
- Index(es):
Relevant Pages
|
Loading