当我试图通过jdbc将eclipse与sqlserver连接时,我重复了这两个错误。有人能帮我解决这个问题或者解释我为什么要得到这个吗?
1.The driver could not establish a secure connection to SQLServer by using Secure Sockets Layer (SSL)
我正在运行以下查询,以便使用从我的Spring应用程序向我的SQLServer数据库中插入一条记录但是我得到了以下异常
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQLgrammar [{my_query_above}]; nested exception is java