I was wondering if there is a free application that will automatically generate ASP code that I use to generate different searches for database records from Access or MSSQL? For examlple if I wanted to have a page that displayed just the user names and IP's for registered users. Can I use an application to generate the ASP code?
But I assume you want an app that will actually create the SQL commands and the HTML/ASP to display the results. I haven't heard of any free ones out there that would do that. And the app would need connection to your database to know what tables and fields you are querying.