Hi All. I hope this is not a bug, but when I try to create a data adapter to a Azure SQL database, the connection alwasy goes to the master database rather than the database I specify in the jdbc url. The user I am using does have rights to the database called out. I am completlely stuck. Thoughts?
jdbc:sqlserver://myazuredb.database.windows.net:1433;database=testdatabase;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;
0 Answers:
No answers yet