Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statement Limit
Message
From
03/03/2003 08:35:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/03/2003 08:28:10
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00760316
Message ID:
00760319
Views:
17
>What is the length limit to a SQL Statement? Is it 1024? Couldn't find this documented.
>
>Regards, Renoir

Renoir,
Same as command line limit (whole SQLExec() command). However for statement itself any literal part cannot exceed 255 chars. ie:

SQLExec(handle, "....256inlength') && Error

SQLExec(handle,"...upto255"+"...upto255"+"...upto255") && OK
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform