tri_inn Level: Regular User Registered: 26-08-2002 Posts: 395
|
how to develop a global data access class?
in any entry form we write statement for inserting data,updating data,deleting data,finding data,
and also calling store procedure repeatedly. if i can develop a global data access component then
i have to write very minimum code for doing things like inserting data,updating data,deleting data,
finding data,and also calling store procedure.so please give me the concept how could i write my
own data access component which reduce statement. if possible give me the source code.
|