Anyone how has some experience with connecting to ...
# announcements
g
Anyone how has some experience with connecting to MS -Sql server using JDBC ?
t
Yes, a bit. What's up?
g
@todd.ginsberg I am really sorry for the late reply, I am actually creating a JavaFx application using the tornadoFx framework. So i wanted to know if i need to supply the dll file along with the build ?
t
For a jdbc driver? I didn't have to, I just used the MS thin driver. Let me see if I can find a reference for it.
Yeah, here... Microsoft provides a type 4 driver. Shouldn't need any special dlls or anything to use it. https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server
g
Can you provide me a link to the MS Thin driver
I might consider that as well
t
That's the link above.