Forum Moderators: open
#1 Enable a web page to call out to to a specific sql table for the copy to be displayed in a <TD></TD> of the page.
#2 Create an ASP Admin page that allows a novice to write/edit/delete the copy in the SQL table that the above page calls out to.
Here in lies the dilema; I know HTML backwards and forwards, I know a little about ASP and can read and understand the code but can not write the admin page from scratch.
I already have SQL setup and the tables ceated and named with passwords and all that. My site runs on IIS6. I have seached up and down for a tutorial but I think it might be too basic for tutorials. Is there anyone that is willing to push me in the correct direction?
Thank you in advance.
It has everything you would want to know about ASP & SQL in it (I have consulted it extensively for work on my site.)
If you have MS Access 2000, you can also set up a Data Project file (ADP file) which is basically just a connection to an SQL Server database that allows you to do things like create viewes and stored procedures in a GUI environment and copy the SQL to your code.
Thanks.