Connect to DB SQL Server via driver JDBC

Mpozzi59

New Member
Joined
Mar 24, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I would like to connect from VBA excel to a SQL Server DB through the JDBC driver. Can someone help me.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I downloaded the jdbc driver but I can't interface it with the VBA.
I can't place the dll in the VBA references
 
Upvote 0
I downloaded the jdbc driver but I can't interface it with the VBA.
I can't place the dll in the VBA references
I believe all you need do is instantiate a connection correctly specifying it use that driver in your project (not VBA) . . . JDBC is for java project connections
You don't need JDBC for SQL connection through VBA . . .

You should have read the link I sent above.
Here is a link to connection strings for connecting to SQL server. . .
 
Upvote 0
Thank you very much for your suggestions that made me realize that I was on the wrong way to solve my problem.
Now my sw works perfectly and interfaces very well with the DB Sql Server.
Thank you.
 
Upvote 0
Welcome and thank you for the feedback!
 
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,860
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top