AndrewWolford
MIS
I know there has to be a way to add new fields to an existing table in code. I've tried creating a SQL statement string that contains "ALTER TABLE testdata ADD newfield text null;" and then executing the statement in code. The problem is I can't figure out how to add more than 1 field at a time. Basically I can't figure out how to make the "Alter Table" statement add more than one field at a time. Any suggestions? I'm open to other ways of doing it...