Undo Database Interface Wizard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I ran the database interface wizard, and now decide I don't want it in my
website, how and what files/folders do I delete? Is there an undo for the
wizard creations?
 
Just delete the 'results region'. Select and delete it. (the yellow bar
area in design mode). Or, delete the asp page that that wizard creates.
There are no files to delete, since it is only code that the wizard
generates within the current open page.
 
If you haven't already figured this out, all you have to do is delete the
folder that was created by the Wizard in the first place. It will probably be
the name of your database connection followed by an underscore and the word
"interface". Eg, "yourDataconection_interface"

Delete the folder and it's subfolders. That deletes all of the files and
hyperlinks to them
 
Back
Top