This topic is locked

How do I edit an asp database

3/1/2005 7:33:05 PM
ASPRunnerPro General questions
S
sup7835 author

Hello all
Just a question I had. i have a asprunner database already set up. What I want to do is make some changes to the layout of the asprunner pages. but the db is located in the fpdb folder and there are other asprunner pages running from the same db. is there an easier way to capture the db, create the new layout of that specific asprunner pages and have it uploaded back to the same folder??
thank you in advance.

Sergey Kornilov admin 3/2/2005

HI,
you can create the query in MS Access on the top of this table:

select * from TableName


Save this query as qryTableName.

Then you can use this query as the datasource in ASPRunner and put generated files to the same folder.