jackknife32 Posted March 19, 2021 Posted March 19, 2021 I can figure out how to setup a blank java project and make a connection to my sql server database but when I try to do it the same way in my osbot script it keeps telling me "No suitable driver found for jdbc:sqlserver://(server):port;database=;integratedsecurity=true;"
b0tscape Posted March 19, 2021 Posted March 19, 2021 (edited) Something tells me if you can understand Java and some sql then stackoverflow would provide you a lot of answers. Edited March 19, 2021 by b0tscape
jackknife32 Posted March 19, 2021 Author Posted March 19, 2021 46 minutes ago, b0tscape said: Something tells me if you can understand Java and some sql then stackoverflow would provide you a lot of answers. Like I said, I can get it to work if i start a blank project and follow the instructions to set it up. But it does not work when I do the same thing for the osbot script