YES, the code below does not work.
A.Bajaria


> 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





__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
------------------------------------------------------------------------------
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.

Reply via email to