NEO
06-02-2003, 07:39 PM
Hey guys,
Whats the difference between a normal ASP website & a ASP database driven website ?
Is It because you can easily change the URL in the database & by this it will change the URL on every page that it is linked to.
e.g
If in the database there was a tabe called "Home" & In "Home" table there was a URL, Say "www.yourhost.com/home.asp"
On the ASP page you could make a database connection & then make the URL:
Dim con
con ("Table")
& this should link to "www.yourhost.com/home.asp"
Is this one of the purposes of a database driven website ?
Because this could easily be done using Constants.
Any help about Database Driven Websites would be great!
Thanks,
Whats the difference between a normal ASP website & a ASP database driven website ?
Is It because you can easily change the URL in the database & by this it will change the URL on every page that it is linked to.
e.g
If in the database there was a tabe called "Home" & In "Home" table there was a URL, Say "www.yourhost.com/home.asp"
On the ASP page you could make a database connection & then make the URL:
Dim con
con ("Table")
& this should link to "www.yourhost.com/home.asp"
Is this one of the purposes of a database driven website ?
Because this could easily be done using Constants.
Any help about Database Driven Websites would be great!
Thanks,