Connect To A MySql Database
-
18 January 2009
Framework: 3.5
Windows Application
This simple console application demonstrates how to connect to a MySql database. You will need to download the MySql Connector/Net driver.
Export CSV To MS Access
-
24 September 2007
Framework: 2.0
Windows Application
This program, will read a CSV file line by line and export the data into a MS Access database. It includes some error handling to check for errors. If an error occurs the line with the error will be skipped.
Simple MS Access Database
-
19 September 2007
Framework: 2.0
Windows Application
This console application demonstrates how to get connected to an MS Access database. This version uses OleDataReader to return the results fom the database.