Sunday, July 12, 2009

How to write a database table in a class of C#.net with out using any connection to databases?

iam doing a application in c#.net.i have to create a table of employee in a class.cs with out using any database connections i.e access or oracle or sql.i have to design a form which consist employee details.when i enter the id in to the text box.i have to get the details from the class.cs which consist of employee table and its records.

How to write a database table in a class of C#.net with out using any connection to databases?
check http://www.pscode.com
Reply:Use xml Recordsets


No comments:

Post a Comment