Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command line length
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Command line length
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01521401
Message ID:
01521401
Views:
114
Hi

Looks like there is the maxium lenght, even using "; "

Beyond this limit, there is error message.
But I need to insert many values.

Is there lenghs limits in VFP and a way to overcome the problem below ?
cSQL = 'INSERT INTO correios (nome,email,endereco,numero,bairro,cidade,CEP,estado,telefone,nome_ent,email_ent,numero_ent,bairro_ent,cidade_ent,cep_ent,estado_ent,telefone_ent);
VALUES (?cl, ?e_mail1, ?rua, ?no,?bairro,?cidade,?cep,?est,)'
(looks like limit is valid for the sum of both lines)
Next
Reply
Map
View

Click here to load this message in the networking platform