Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing Long SQL Statements
Message
 
To
22/01/1999 11:53:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00178997
Message ID:
00179138
Views:
21
Hi Donald,

>The problem I've got with this particular string is the last "and" clause. I keep getting syntax errors.

Sometimes VFP has problems if you insert a line break into a string. Use something like

Query = "....."+;
"......"+;
"......"

instead.

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform