Does anyone know of a simple VB project that I could download which posts data to MSaccess?
I am trying to upgrade some programmes from VB6 to .NET. I had previously used DAO data objects to post my data to MS Access. These are not supported in .NET, so I have to move to ADO. However, I have never used ADO before. I have tried lots of different ADO.NET code from my Visual Studio code snippets and from the web, but .NET keeps giving me various errors that I don't understand. I just want to get a very simple data posting routine that works and that I can tailor to my needs.
Thanks
DeGeneral
I am trying to upgrade some programmes from VB6 to .NET. I had previously used DAO data objects to post my data to MS Access. These are not supported in .NET, so I have to move to ADO. However, I have never used ADO before. I have tried lots of different ADO.NET code from my Visual Studio code snippets and from the web, but .NET keeps giving me various errors that I don't understand. I just want to get a very simple data posting routine that works and that I can tailor to my needs.
Thanks
DeGeneral