2
Reply

how to create Data access class?

keyur soni

keyur soni

15y
5k
0
Reply

    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.