Hi,
I'm developing a c# window application.
I want a standard function to insert, update and delete data on database which I can use for any window form, for any table or for any fields in table.
(That means I don't want to specify table or field name for every time inserting/updating tables in window form.)
Can I use class for that purpose?
If yes please help me with the code of it.
I think it should be done through 3 tier architecture, but I'm unable to implement it.
Am I Right?
Thanks In Advance!
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)