in reply to Re: Using perl to Create a Table in a Database
in thread Using perl to Create a Table in a Database
Earlier when I first wrote the script I did put '$' in front of name="fieldname" etc... and then the output would change to 'CREATE TABLE example (fieldname1 fieldtype1 (fieldlength1)) instead of... 'CREATE TABLE example (fname char (12))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using perl to Create a Table in a Database
by kcott (Archbishop) on Nov 04, 2010 at 15:27 UTC | |
by mynameisG (Novice) on Nov 04, 2010 at 16:51 UTC | |
by kcott (Archbishop) on Nov 04, 2010 at 17:57 UTC | |
by mynameisG (Novice) on Nov 04, 2010 at 22:13 UTC | |
by mynameisG (Novice) on Nov 04, 2010 at 17:11 UTC |