Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Limit on complex SQL statements

Status
Not open for further replies.

jpmillr1

Technical User
Jun 13, 2003
12
0
0
US
Is there a limit to the complexity of SQL statements? I successfully wrote a query based on 6 combo boxes, and it worked once or twice. But then it stopped working and an error box said it was too complex. What gives?

Thanks,
John
 
There's no formal definition (as far as I know) on when a query becomes too complex based on the amount of combo boxes it uses! If you paste the SQL behind the query there's a chance that somebody here can re-write it for you so that it works...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top