is there any way to alter table in new version. ie i want to add some column. should i have to recreate table?
alter table
alter table
You would need to recreate the table. You can create the table and then use insert into ... select from ... to populate.
John Turnbull
Thunderstone Software
Thunderstone Software