SQLDataReader Code Generator

Here is a  SqlDataReader Code Generator that can save you a hours of programming time. The name of the tool is Ideal Tools Organizer, and it contains a very powerful built in tool called SQL to Grid. You can download the SqlDataReader Code Generator tool now by clicking on Ideal Tools Organizer. SQLDataReader Code Generator: Overview of SQL to Grid The purpose of the SQL To Grid Tool is to allow one to quickly generate the VB.NET or C-Sharp... [Read More...]

SqlDataReader Example – C# – SqlDataReader Example

SqlDataReader Example – C# – SqlDataReader Example Purpose: – Illustrates using C# SqlDataReader to read sql table. Sqldatareader provides a way of reading a forward-only stream of rows from a SQL Server database. You must use ExecuteReader of the SqlCommand to create a sqldatareader as there is no constructor for it. The sqlConnection remains busy while the reader is open and can not be used to perform other operations until the... [Read More...]

SqlDataReader Example – VB.NET – SqlDataReader Example

SqlDataReader Example – VB.NET – SqlDataReader Example Purpose: – Illustrates using SqlDataReader to read sql table. Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind Database Attach Northwind Database to Databases in Sql Express Notes: Console Application is used to simplify things, but Windows Forms or Web Forms could also be used You can build a library of syntax... [Read More...]