N
N
nanosem2018-06-08 22:54:19
Java
nanosem, 2018-06-08 22:54:19

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)

5b1aded36f705191613856.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2018-06-08
@nanosem

Why com. my sql.jdbc.Driver ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question