ADO.Net Code Snippets

Read data from SQL Server table into .Net DataTable object using SqlDataAdapter

Following code snippets reads data from a SQL Server table into .Net DataTable object: using ...
Category: ADO.Net Date: 6/8/2010 11:55:23 AM

Find all Databases in the SQL Server using C# code

Following C# code snippet can be used to display the name of all the databases in the SQL Server: ...
Category: ADO.Net Date: 6/3/2010 12:32:20 PM