Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL syntax is too complex
Message
From
23/09/2004 06:13:02
 
 
To
22/09/2004 16:29:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00945196
Message ID:
00945293
Views:
23
Mo

Not sure if this is a typo of yours (and just a generic example) but

colname IN (select xxxx for tablexxx where colyy = ?xxx)

shouldn't it be

colname IN (select xxxx FROM tablexxx where colyy = ?xxx)

Terry


>Using VFP7, I get this error "SQL syntax is too complex" when I try to modify a view.
>The only thing that maybe the problem is I have in teh WHERE clause an IN that looks like
>
>colname IN (select xxxx for tablexxx where colyy = ?xxx)
>
>It seems like the view works fine but is this a bug???
>
>Thanks
>Mo
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform