Thursday, May 23 2013

Database connection and data handling

img_dbmanage.png This application source in a form of a simple inventory management module, shows how to manage an SQL database connection, how to handle data and pass it between forms, and basic skeleton architecture for a generic data handling module, including a simple user role based security system. It also shows how to extract data from a data set, manipulating, querying and presenting it in common forms.

Continue reading...