OleDbDataAdapter  
Author Message
Al Chagnon





PostPosted: .NET Framework Data Access and Storage, OleDbDataAdapter Top

I have just started using C# and .Net. I am looking at an MSDN tutorial to access data. It indicates that I should choose the OleDbDataAdapter from the toolbox. But my tool box does not contain one. The only data adapter in the tool box is OracleAdapter. How can I get to the OleDbDataAdpater. I want to access and MS Access database.

.NET Development20  
 
 
Quilnux





PostPosted: .NET Framework Data Access and Storage, OleDbDataAdapter Top

You should be able to add items to your toolbox. Right click the toolbox in a blank area (under General would work in you cannot locate a blank spot) then click "Choose Items". Under the ".NET Framework Components" tab put a check mark next to the OleDB components you wish to add then click "OK".

Quilnux


 
 
Mark Dickson





PostPosted: .NET Framework Data Access and Storage, OleDbDataAdapter Top

How about opening the code behind and coding it. Don't rely on the toolbox.