Thanks,
Stefan
Q. How can I add/amend/delete columns?
(v1.0 25.09.1998)
A. Under SQL 7.0 all the above are easily done with the gui or
supplied stored-procedures.
With SQL 6.5 and below it is only possible to ADD a nullable column.
For any other change a new table must be created, the data copied
across, and the tables renamed around.
Certain 3rd party tools provide a gui interface to do this, that makes
it look transparent, however they are really doing all the work
described above, so if you make the change to a large table it will
take a long time to do the work.
Examples of tools are Microsoft's Visual Database Tools (part of Visual
Interdev) and SFI's SQL Programmer.
Neil Pike MVP/MCSE
Protech Computing Ltd
(Please post ALL replies to the newsgroup only unless indicated
otherwise)