Server Intellect
 
Home   Snippets Directory   New Snippets   Snippets Tutorial   Snippets FAQs
 
 
  Categories
Collections
Database
Email
Working with Files
Network
OS
Security
XML
New Snippets
  Get Involved
Create Snippet
Suggest Snippet
Snippets Tutorial
Snippet FAQs
Snippets Newsletter


Navigator: Home - Snippets - Database
Database Snippets

ASP.NET Database Snippets
Return Output Parameter for a TableAdapter Query C# 2.0
This snippet will show you how to return output parameter for a TableAdapter query using ASP.NET 2.0 and C#.
Read Access Data into a Dataset C# 2.0
This snippet will show you how to read access data into a dataset using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data and System.Data.OleDb namespace.
Create a Parameterized SELECT Command C# 2.0
This snippet will show you how to create a parameterized select command using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace.
Create a Server based SQLConnection to SQL Server C# 2.0
This snippet will show you how to create a server based SQLConnection to SQL server using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace.
Create a Parameterized Stored Procedure C# 2.0
This snippet will show you how to construct a command object for executing a stored procedure with parameters using ASP.NET 2.0 and C#. Please import the System.Data and System.Xml namespaces.



 
  Developer Resources





Server Intellect Rocks