Database connection basics
M.Sarulatha Assistant Professor Dept of CA,JJC. ASP.Net has the ability to work with a lot of data. The most common are Oracle and Microsoft SQL Server. But with the rest of the database, the logic behind working with them all is very similar. In our example, we will look at working with Microsoft SQL Server as our database. For learning purposes, one can download and use Microsoft SQL Server Express Edition. This free software is provided by Microsoft. While working with details, the following concepts are common to all details. 1. Connectivity - Working with data in a database, the first obvious step is communication. Database connections usually have the parameters specified below. 1. Database name or...