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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-05 : 09:09:17
|
| Dayo writes "I need information on how I or users of my web site can interact with SQL." |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-02-05 : 10:10:09
|
| Check this Link http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=12595you can use ADO's in your Asp and can interact with your Database. the best option is use Stored Procedures.--------------------------------------------------------------Dont Tell God how big your Problem is , Tell the Problem how Big your God is |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-02-05 : 17:12:00
|
| I don't want to be overly simplistic here, but do you have a SQL Server setup and available? If you are not hosting your web site yourself, then you'll need to work with a hosting company that offers SQL Server services (many don't).Then, once that is resolved, the link Nazim provided should get you started. Basically your web pages (presumably ASP) will connect to the SQL Server during server-side code. You might want to also visit some ASP boards & forums such as [url]http://www.4guysfromrolla.com[/url] for additiona info on interacting between the web and a database.--------------------------------There's a new General in town... |
 |
|
|
|
|
|