What steps will reproduce the problem? 1. 2. 3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Comment #1
Posted on Aug 29, 2012 by Helpful MonkeyComment deleted
Comment #2
Posted on Aug 29, 2012 by Helpful Monkeyusing System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
Comment #3
Posted on Aug 29, 2012 by Helpful Monkeycannot get the using to work.
I need to connect to a database.... OleDbConnection cn1 = new OleDbConnection(connectString1);
//Open the connection cn1.Open();
Status: New
Labels:
Type-Defect
Priority-Medium