With Access, I would add fields to my copy of the database, then take
the empty database to the customers's site and use INSERT INTO queries
to bring in all the customer's data into the new database. The
auto-incrementing primary keys (identity) would be imported without
change.
As long as processed the tables in the proper order and didn't remove
a field, it would work.
Is there a way to do the same thing with SQL 6.5?
--
Thanks in advance, Les Caudle <lca...@worldnet.att.net>
Michael
Les Caudle <lca...@worldnet.att.net> wrote in article
<32d0dbb4...@netnews.worldnet.att.net>...
Actually, there are some modern database modeling tools (like ERWin)
which will actually generate the script given two different versions of
your schema.
Mark
--
Mark W. Eaton
Director, Product Development
Advent Software, Inc.
301 Brannan Street
4th Floor
San Francisco, CA 94107
Phone: (415) 543-7698 x428
FAX: (415) 896-1327
Internet: mea...@advent.com