Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 18 line is too long
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01559041
Message ID:
01559075
Views:
83
>The size of that SQL is around 8807 characters, you need to bring it down to 8190 which is the max chars allowed. You might get lucky by using single letter aliases for all your joins, you only used single letter aliases for one or two tables. You can also trim the statement further more by issuing a SET DATABASE TO amline prior to executing the SQL, thus you would not need the amline!, and then restore whichever was the selected database.

You also do not need "" around the new column names.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform