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 |
|
dom1988
Starting Member
1 Post |
Posted - 2007-07-01 : 12:03:38
|
| I have a sql database with products that i wish to put onto my website. However, I am having trouble trying to pull the sql data from the database and putting it onto the page. Can anyone help me with this? I am hoping to link using a page named products.asp and then link to each section by using products.asp?series=1. Can anyone assist on this? |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-07-01 : 12:08:40
|
| Not a lot of information to go on.Sounds like it might be an asp question rather than sql server==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-01 : 20:16:55
|
| Check asp programming books, they'll tell you how to get data from sql tables. |
 |
|
|
|
|
|