Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 18 line is too long
Message
De
07/12/2012 09:38:00
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01559041
Message ID:
01559051
Vues:
93
This message has been marked as a message which has helped to the initial question of the thread.
>hi sergey,
>
>the code is

The size of command in Fox shouldn't be a problem - I am presently running one that's about 15K (and that's before I merge some more into it), so it should be over 16 at runtime.

Maybe you're hitting the limit of 8K per single statement, SQL side?

You may try to split your selects into separate ones, selecting into a single #temp table - the first one to select ... into #temp from..., and then the others to insert into #temp select ... from... etc. Finally,

select * from #temp
drop table #temp

That shouldn't take too long to try.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform