When executing a SQL "insert into" command with 14 fieldnames and 14 value expressions, it returns an error message "Too many arguments".
The syntax shown from help for the insert command does not indicate that there are any limits for the arguments.
INSERT INTO dbf_name [(FieldName1 [, FieldName2, ...])] VALUES (eExpression1 [, eExpression2, ...])
Are there any limits or what else could cause that error?
Regards,
Klaus
The syntax shown from help for the insert command does not indicate that there are any limits for the arguments.
INSERT INTO dbf_name [(FieldName1 [, FieldName2, ...])] VALUES (eExpression1 [, eExpression2, ...])
Are there any limits or what else could cause that error?
Regards,
Klaus