> Is there a way in CF to alter a table and add/remove a
> column.
Do you mean besides using CFQUERY and sending the appropriate DDL commands?
i.e.:
CFQUERY NAME="altertable" DATASOURCE="mydatasource"
alter table foo
add boobear int
/CFQUERY
?
c
--
Chris Lott <[EMAIL PROTECTED]>, Technical Manager
p907.474.5122 | f907.474.5402 | PGP Key ID: 0x8687E87E
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.