N. America: (800)876-3101 | World: +44 (0) 1-344-386-367

Code Examples - Microsoft SQL Server

View PDF

Overview

Since the release of our first ADO.NET data providers in June, 2002, DataDirect Technologies has been fully committed to boosting operational performance in real-world environments such as Microsoft SQL Server.

The material provided here includes code samples that can reduce application development time by providing working C# source code showing typical database access tasks in ADO.NET, using the DataDirect Connect for ADO.NET SQL Server data provider.

To ensure that code examples work, you must create the sample tables. In addition, you must modify the connection strings in the examples to work in your environment. Finally, make sure you include the "using" directive for System.Data and DDTek.SQLServer in your project:

using System.Data;
using DDTek.SQLServer;

Code examples demonstrated in this material (click to review complete example):

Email Print Share

Code Examples - Microsoft SQL Server

Tutorial: Code Examples - Microsoft SQL Server Would you rather have the PDF version of this Tutorial? No Problem!

Click here to download the PDF version of Code Examples - Microsoft SQL Server.