OleDb Namespace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one web project in which I have OleDb Namespce listed with
intellisence and in other projects my variables have to be declared using the
entire namespace (i.e. System.Data.OleDb.OleDbConnection).
All projects have sytem.data.dll reference.
I just can't figure out what I have done to make the OleDb namespace readily
available in the one project? I'd like to do it for all.
 
Imports System.Data.OleDb
as the first line of the code...

hth

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Bill,
Thanks for your fast response.
The "Imports" is not in the code behind the form for the project that works.
Note: When using the imports, I don't get the root OleDB{} namespace.
I have it in intellisence in this project.
This is not a problem - curiosity has the best of me at this point.
 
Back
Top