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 |
|
Jace
Starting Member
1 Post |
Posted - 2003-12-04 : 12:11:36
|
| I am trying to develop some way to use xml to display the contents of an sql database and I have run into a few problems. I want to request the content everytime a user requests the page that the data sits on. The page has to sit on a netware box and I'm not sure how I can run the query every time the page is requested. Any ideas?Jace |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-12-04 : 12:31:20
|
| What do you mean by dynamic? When a user clicks a link on your page, the link should do the work. What do you mean the page sits on a netware box? The web page? It doesn't matter where the web stuff live, the user just cares about hitting the page from the client machine and getting the data on the screen. Please explain further.Tara |
 |
|
|
|
|
|