Thursday, July 30, 2009

C# Database Wrapper Class?

I am new to C#.NET and am required to create a class that would act as an inter-mediator between the application and the database.





The class should have connection settings (for SQL-Server and MySQL), add new record, update, delete, some Queries, etc using a predefined set of functions...





Can someone help me creating that?





PS: It's on C#2008 Express Edition





Thank you in advance...

C# Database Wrapper Class?
search for microsoft database application block. All the coding is done for you


No comments:

Post a Comment