Export to GitHub

terk-ide - issue #16

How to connect to Microsoft


Posted on Aug 29, 2012 by Helpful Monkey

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 Monkey

Comment deleted

Comment #2

Posted on Aug 29, 2012 by Helpful Monkey

using 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 Monkey

cannot 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