vb .net 2.0 What happened to database connections?

cpopham

Well-known member
Joined
Feb 18, 2004
Messages
273
Okay, I finally got VS 2005 beta and installed it today. I created a Windows app, which was pretty similar to vs 2003. Now I went to the code window and tried to do my imports statements for data and oledb and there is nothing there. So how do you create a connection in this version. I am so confused now.

:(
Chester
 
Those are still there... try it again...

Imports System.Data.OleDb

works fine for me
 
You have to add a reference to System.Data which I am not use to..

Thanks for the assistance..

Chester
 
Back
Top