Hi Pierre,

IMHO you cannot use variables for database management commands, like creating 
or modifying tables and fields.

Variables are for sending values to be stored in the data or retrieving them.
Like: "select col1, col2 from mytable into :array1,: array2" or "insert into 
mytable (col1, col2) values (:var1, :var2)"

That is why the fist attempt does not work.

HTH
Koen


Op 25-aug.-2016, om 18:18 heeft Pierre Coulombe 
<[email protected]> het volgende geschreven:

> This produces a parsing error at the ":$fname" It doesn't seem to like the : 
> or the << using the alternate memtion in the manual.
> This is in ver 15.2



--------------------
Compass bvba
Koen Van Hooreweghe
Kloosterstraat 65
9910 Knesselare
Belgium
tel +32 495 511.653

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to