Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I av got two question
1) i designed a GUI which is used to capture employee data, the data is meant to go into a Microsoft access database i created and bonded to the GUI. The problem is that whenever a data is submitted the database does not update.
2) am finding it difficult to generate a payslip, due to the fact that i do not know the code required to pick data from my database and use them for the calculation necessary.
Posted
Updated 13-Mar-12 3:16am
v2

1 solution

Please take a look at this article.
General purpose class to fill DataTable(s) from DataBase and to save DataTable(s) to DataBase using reflection[^]

Using this general purpose class you can fill DataTable(s) from database and save DataTable(s) to database easily.

The sample code given in the article is in C#.
You can use the code converter at Telerik.com
http://converter.telerik.com/[^]
to convert the C# code to VB.NET code
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900