Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Statement Limit
Message
De
03/03/2003 08:35:22
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
03/03/2003 08:28:10
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00760316
Message ID:
00760319
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform