In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and VB.NET in the sample. First, import the namespace of System.Data.SqlClient . The System.Data.SqlClient namespace is the.NET
Read More...
Filed under: Connecting Using OLE DB Providers, Database connection, Connecting Using ODBC, MDAC, Connecting to SQL Server, ADO.Net, .Net 1.1, SQL Transaction, ASP.NET, SQL commit, Transact-SQL, SQL, Transaction, VB.NET
Data Access Namespaces Within the .NET framework class library (FCL) version 1.1, there are five third-level namespaces that provide access to an underlying database. These are System.Data.SqlClient, System.Data.SqlServerCE, System.Data.OracleClient,
Read More...