Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
TEH721
Starting Member
3 Posts |
Posted - 2008-05-16 : 11:51:10
|
I did some searching and didnt find anything that answered my question so here goes:When I took my last SQL class they had a piece where we used frontpage to create a small webpage that would issue a select statement against the sql database everytime you refreshed the page. Is there a way to do this without finding a copy of frontpage? we dont seem to have one laying around anywhere and I havent been able to find any other WYSIWYG editors that had this database link feature.I've made some static pages by using Excel to do the query, but I want one that will update dynamically once created.Any help would be greatly appreciated, doesnt have to be anything elaborate, just a something that allows me to issue a select statement.Thanks,T |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-05-19 : 01:50:52
|
What are you using to create the web pages? Most languages will have drivers for database connectivity, you just need to find out which drivers are applicable and how to code them. |
 |
|
TEH721
Starting Member
3 Posts |
Posted - 2008-05-20 : 09:31:28
|
Actually I'm just looking for any open source utility (wysiwyg preferably) that will allow me to generate just a couple select statements to embed so that each time you refresh the page it updates the content. I know this is a somewhat unsafe practice due to sql injection stuff, but its not on an internet connected network and just for providing some status updates on a small sql server. I hate to spend a lot of money on fancy software just to perform a couple simple tasks on a small user base server. When I used frontpage to do this, it created some kind of .asp page along with a table page of some sort, so something like that would be nice, except that the free version of frontpage express doesnt have this database plugin that the full version has. |
 |
|
|
|
|