我想參數化gmail登錄腳本,爲此我試圖從數據庫(sql server)獲取數據,但是當我運行代碼時得到以下錯誤:什麼是通過jdbc連接到sql server數據庫的正確連接字符串
Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost/hrm
,我路過的連接字符串如下:
Connection cn=DriverManager.getConnection("jdbc:sqlserver://localhost/hrm","sa","a1");
請幫助。
的可能的複製[如何解決: 「找到JDBC沒有合適的驅動程序的:mysql://本地主機/ DBNAME」?使用池的時候,錯誤](http://stackoverflow.com/questions/5556664/how-to-fix-no-suitable-driver-found-for-jdbcmysql -localhost -dbname-error -w) –