Hey there .... The Situation: I'm trying to design my first web site. I want it to display a lot of information simultaneously. I'll use internet to gather the info'. That's not a problem. Neither is generating statistics of each. I can do that part. I think I need to save this info' with SQL. Now that's the problem! The Problem: I'm VERY new with SQL. So, I need to store the info' in a DB so ASP.Net can display it for the world to view. I'm told the a flat file isn't a good idea because when to many visitors view the site, many will receive blank screens. The Solution: I have an older book that speaks about SQL. I want to study more of it. However it says that I need to install "Samples and Quickstart Tutorials". Where can I get it? May you have a blessed day as the Lord wills.
From your posts you're not new to .Net, but I believe there are .Net sample projects that include SQL interation at www.asp.net Take a look for some sample projects, by the looks of it all you want to learn to do is submit and retrieve... so you need to look into the 'SELECT' and 'SUBMIT' statements.