rjmonteiro
New member
- Joined
- Mar 26, 2017
- Messages
- 3
- Programming Experience
- 10+
Hello friends.
First of all I'd like to give you some background on me. I'm a ABAP programer for 17 years, for those who don't know, ABAP is the programing language of SAP Software.
At University I learned Visual Basic, and through the times I've programed a little with it, basically personal stuff. I don't have a deep knowlegde of VB but enough to understand
.
As far as I remember, last time I programed with VB was in Visual Studio Express 2008 and made an application to connect to a Access Database.
This said, let me cut to the issue that made me write this post.
Now I need to create an application in Windows Forms for personal use. This application is basically a program that will use a database created in MS Access (in this case Access 2016). I have already defined the database, Tables, Relations. And was going to start the Visual Studio Part. I installed Visual Studio 2015 Express.
As this application will have a lot of nuances, I don't want to use Bindings ( I think is what it is called). I want to have control of the Selections that are made to the DB with code.
Basicaly, this application will be to manage Virtual Driving Simulation Championships, where I'll have tables for Cars, Tracks, Drivers, etc...
The first thing I did was opening the last project I did...But came across the first problem. When try to test the app, I get an error saying "The Microsoft.ACE.OLEDB.15.0 provider is not registered on the local machine". As you can see in the image, the connection string I used was to use ACE driver.

Now, regarding Office & Ms Access this is ther version I have


What is your opinion on what connection string I should use?
Do you have any kind of tutorial that I could see ?
Thank you all for taking the time, at least to read this
,
Ricardo Monteiro
First of all I'd like to give you some background on me. I'm a ABAP programer for 17 years, for those who don't know, ABAP is the programing language of SAP Software.
At University I learned Visual Basic, and through the times I've programed a little with it, basically personal stuff. I don't have a deep knowlegde of VB but enough to understand
As far as I remember, last time I programed with VB was in Visual Studio Express 2008 and made an application to connect to a Access Database.
This said, let me cut to the issue that made me write this post.
Now I need to create an application in Windows Forms for personal use. This application is basically a program that will use a database created in MS Access (in this case Access 2016). I have already defined the database, Tables, Relations. And was going to start the Visual Studio Part. I installed Visual Studio 2015 Express.
As this application will have a lot of nuances, I don't want to use Bindings ( I think is what it is called). I want to have control of the Selections that are made to the DB with code.
Basicaly, this application will be to manage Virtual Driving Simulation Championships, where I'll have tables for Cars, Tracks, Drivers, etc...
The first thing I did was opening the last project I did...But came across the first problem. When try to test the app, I get an error saying "The Microsoft.ACE.OLEDB.15.0 provider is not registered on the local machine". As you can see in the image, the connection string I used was to use ACE driver.

Now, regarding Office & Ms Access this is ther version I have


What is your opinion on what connection string I should use?
Do you have any kind of tutorial that I could see ?
Thank you all for taking the time, at least to read this
Ricardo Monteiro