Answer the question
In order to leave comments, you need to log in
How to connect to azure database using jdbc driver in netbeans?
I have connected to azure sql server and database from code but i need to connect in netbeans to create tables in frontend.
I get an error when I connect via MySQL driver:
Cannot establish a connection to jdbc:sqlserver://shintio.database.windows.net:1433;
database=SHOP_DB;
user=username;
password=password;
encrypt=true;
trustServerCertificate=false;
hostNameInCertificate=*.database.windows.net;loginTimeout=30;
using com.mysql.jdbc.Driver (Unable to find a suitable driver)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question