This topic is locked

Adding new Table to running application

8/8/2003 11:14:00 AM
ASPRunnerPro General questions
author

hi,

I have running full version of DB with ASPRunner ,however I would like to add new field into my dB and I do not want to create new ASPRunner , Is there any possible way to add this field or not?
Thx <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=134&image=1&table=forumtopics' class='bbc_emoticon' alt=':o' />

Sergey Kornilov admin 8/8/2003

Hi,
I'm not sure I understand your question.
You can alter generated ASP pages manually but it takes a lot of work to add a new field this way. It can be done much easier by running ASPRunner against updated database.
Sergey Kornilov

swat 8/8/2003

Let me make it clear:
I have DB with table :
name/lastname/id/
and I have run ASPRunner with this DB
Now I would like to make my table:
name/lastname/id/new
any easy way?

Sergey Kornilov admin 8/8/2003

Hi,
you have two options here:

  1. Run ASPRunner against updated database and build up to date ASP files.
  2. Go through existing code and add corresponding code for the new field in every place where it's required. For example: every time you see LastName field in the code make sure you add the same code for the new field.
    Sergey Kornilov