Re: Access Databases & C#
A good way to learn about the objects used to access data is to just create a test project and add a data form using the Data Form Wizard. You right-click the project in the Solution Explorer, select "Add Windows Form...", select "Data Form Wizard" and then answer some questions and the form and the required data access objects will be created for you. I'm guessing you have the know-how to explore and interpret the code created. Just one point: when you are asked to create a new connection, the provider for MS Access is "Microsoft Jet 4.0 OLE DB Provider".
Re: Access Databases & C#
I don't see such a wizard in Visual Studio 2005 Beta 2. I don't have VS 2003 anymore :(
Does anyone have a beginner's tutorials on accessing access database's via C#?
Also, does anyone know how to use Settings.settings in C# 2005 B2? I can't find any documentation on it for 2005 B2