Front/End End query

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

I have a database which is split. I want to make some amendments to the
backend, just add few columns. Is there anyway I can import a new structure,
which will copy over the old table but not affect the data. Cheers, Chris
 
Unfortunately, no.

You can make changes to the existing structure programmatically though, if
your intent is to avoid duplicating a lot of steps to make the required
changes.
 

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

Back
Top