![]() |
Sergey Kornilov admin 4/10/2006 |
I'm not quite sure what is the point AspRunner to a front end Access DB. |
C
|
chfman author 4/10/2006 |
When I run the ASPRunner generator against my database, it makes a complete copy of the database that it uses. The data changes on the webpage then only feed back to the 'copy' of the database that Asprunner made when I generated the asp pages. |
![]() |
Sergey Kornilov admin 4/10/2006 |
When you build ASP pages uncheck Server.MapPath option on database connection screen. In this case ASP pages work with your original database file. |