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 |
|
pokerace
Starting Member
4 Posts |
Posted - 2008-06-19 : 16:09:56
|
| Hello all,I'm a newbie to SQL Server. I would like to practice/learn setting up web based data access. Using SQL Server 2005 and probably a sample database like AdventureWorks, I aim to create a web based interface that will allow for data access and data entry. I'm almost finished with a book about T-SQL, and I am starting to read the MS Implementation and Maintenance book, but where do I start to learn about creating the web interface? What technologies/languages are important? ADO.NET? VB.NET C#.NET?Thanks in advance. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-06-19 : 16:12:16
|
| If you plan on using a Microsoft language, then use ADO.NET since you are talking about a web site. You'd combine it with VB.NET or C#. Which one you pick is up to you. There are people who are adamant about using one or the other, but I'd recommend looking at both and going with whichever one comes more natural to you. VB.NET came more natural to me.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
|
pokerace
Starting Member
4 Posts |
Posted - 2008-06-19 : 16:43:26
|
| Thanks. Can you give me an example of how ADO.net and VB.net would work together? |
 |
|
|
|
|
|