OleDBQuestion
Posted: Mon 13 Feb 2006 21:01
Hi, I'm a newbee to VB.Net. I'm using Visual Studio 2005. I am trying to connect to a Microsoft Access database via the OLE DB Provider. I was able to successfully connect to my database using the "Add Connection" wizard in the server explorer. Now I need to add an OleDbConnection object and an OleDbCommand object to my form (according to the book I'm following, I need to drag those controls on to my form). Neither am I able to drag the database icon from the server explorer on to the form, nor am I able to see any oledb objects in the data tab of the toolbox. Are there any "Components" or "References" that I need to add to my project in order to be able to see and use the OleDb Controls on my form?