This snippet will show you how to return output parameter for a TableAdapter query using ASP.NET 2.0 and C#. |
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. |
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. |
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. |
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. |