Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automated ASP page creation on a MS SQL Database

Status
Not open for further replies.

ifntech

Programmer
Joined
Nov 4, 2004
Messages
80
Location
US
Anyone know of any tools to take an existing MS Access Project or MS SQL Database and create ASP pages.

I think Ruby on Rails does it for .Net but I need ASP right now.
 
SQL has a built in "Wizard" for this..
Specify a query, have it update each X mins or on datamods...

Builds HTML pages..

My choice is aspx..
Great performance and rich controls


Rob
 
Sorry I think I didn't ask the question very clearly.

I need a tool similiar to Ruby on Rails to take a Access Project and automatically generate ASP Interfaces.

Ruby does this if you want to do .aspx but I need asp right now.

I don't think the above responce is setup to do this.
 
Cant you just right click a form in access and save as asp?
 
Try it sometime that output from it is not quite acceptable. It also comes out in HTM.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top