how to create Data access class?
keyur soni
There is not any particular mathod for create DAL ....
Use various name space for creating DAL..
Thanks
Using some basic Namespaces.
using System;using System.Data;using System.Data.SqlClient;using System.Data.OleDb;
and Used
Connection
Command
DataAdapter
Dataset.