Simple MS Access operations
Simple MS Access operations. Monday Nov 14, 2005. Sample Application. Step One: create the database. Connecting to the Database. private void Form1_Load(object sender, System.EventArgs e) { // connect to the existing Access Database string cmd = "Select name,qnty from Table1";
196 views • 6 slides