I guess I should be a little more clear, and hopefully someone can help me out.
but this is what I run for a alter command that keeps giving me errors:
here is the command that I have printed out:
ALTER TABLE $cdbname.$tablename ADD $colName $sqlType
which results in something like this
ALTER TABLE Customer.new_form CHANGE name_ varchar(150)
which it then dies at but if i log into the web server and then connect to the db server using the mysql client and run the command it runs fine.
I would appreciate any advice at all
jake