Click to See Complete Forum and Search --> : Add columns to a table with SQL


Padrill
07-17-2003, 06:29 AM
This is more of an SQL question, but since there's no forum dedicated to SQL I though I'd post it here.

Does anyone know if it is possible to add columns to an existing database table with SQL?

I have an array of fields, with varying length and I want to add columns dynamically. Is this possible?

Padrill
07-17-2003, 09:40 AM
Thank you!