Post by Glenn Johansenany way to change a field size with alter table.
I want to change a field called status from CHAR(2) to CHAR(8)
Nope. Drop field, add field ... that's about it ... and of course, can
be problematic if the field has data in it that you want to keep.
(Add new field(1), copy data to new field(1), drop old field, add new
field(2) with old name and new size, copy data to new field(2), drop new
field(1))
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
http://www.goldenstag.net/dbase