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 - 2006-12-19 : 08:10:55
|
| jelani writes "I have 3 questions that i need answered to get the big picture on normal, usual way SQL works with websites. 1. What is the normal, usual language such as ASP, PHP, HTML, JAVA... for connecting and displaying SQL information on websites?2. I need a template, book, or illustration on a demostrating how to get SQL data working with the normal programing language, and i dont want to use MySQL? 3. Basically, is there an example or template for a existing website, lets say a shipping company, that links to a SQL database? If there is a website template, i want to download it and go through it to get the big picture on how SQL works the normal, usual language." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-12-19 : 08:38:41
|
| Are you talking about sql or sql server?1. All of those and others (e.g. .net).2. I take you don't have experience of any programming language - I would go for asp in that case as the simplest, asp.net as something a bit more complicated but is the modern thing. Do a search there are lots of examples.Any book you get should have samples or the product has source code.==========================================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. |
 |
|
|
|
|
|
|
|