This topic is locked

Data deleted

1/10/2006 6:03:24 PM
ASPRunnerPro General questions
ems700 author

If I go back and make any changes to a project already built in version 4, it deletes any existing data that was in the database when it rebuilds the project. This didn't happen in version 3.
Any ideas??
Randy

Sergey Kornilov admin 1/10/2006

Randy,
ASPRunnerPro do not delete any data.
When you build your project using Server.MapPath option (database connection tab), ASPRunnerPro copies original database file from source directory to output directory. ASP pages work with database copy in the output directory. Both ASPRunnerPro 3.2 and 4.0 behave the same way.
I hope this expalins what's happening.

ems700 author 1/11/2006

Randy,

ASPRunnerPro do not delete any data.
When you build your project using Server.MapPath option (database connection tab), ASPRunnerPro copies original database file from source directory to output directory. ASP pages work with database copy in the output directory. Both ASPRunnerPro 3.2 and 4.0 behave the same way.
I hope this expalins what's happening.


Thanks Sergey
Randy