G
Guest
I am trying to export some data via a text file. I want the text file to
contain SQL insert statements so I am using an expression
SQL: "INSERT INTO products_description(products_id, language_id,
products_name, products_description) VALUES ("+Str([StockID])+", 1,
'"+[ShortDescription]+"', '"+[FullDescription]+"';"
FullDecription in the above is a memo field and can be quite long. The
expression is being truncated in some cases. Is there a maximum length for an
expression? I can't find any documentation on this.
contain SQL insert statements so I am using an expression
SQL: "INSERT INTO products_description(products_id, language_id,
products_name, products_description) VALUES ("+Str([StockID])+", 1,
'"+[ShortDescription]+"', '"+[FullDescription]+"';"
FullDecription in the above is a memo field and can be quite long. The
expression is being truncated in some cases. Is there a maximum length for an
expression? I can't find any documentation on this.