Imiporting Table Definitions

J

Jim Shaw

BlankMy application is split into a front end logic and back end data
database. This allowed my client to start using the application while I
continued development. Now I have new features whose implementation
required the addition of additional columns in several existing tables. My
forms work against the new table definitions in my test data base. Now I
need to deploy the updated application, but I'm faced with making a lot of
changes to the production data base introducing the probability of mistakes.

I'm looking for an automated way (read less risky) to import the modified
table specifications into an existing database. I don't want the test data,
just the specs.

Any ideas on how to do this?

Thanks
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top