0

我想访问串联数据库,为此我设置了
驱动程序:com.tandem.t4jdbc.SQLMXDriver
和测试连接给出以下错误

com.eviware.soapui.support.SoapUIException:无法初始化 drvr [com.tandem.t4jdbc.SQLMXDriver] 的连接,connectionString [jdbc:t4sqlmx://10.100.200.153:18650/catalog=QA_APPL;schema=APPLICATION;user= easyqa.appl;password=#QaAppl!]

搜普支持这个驱动吗?

谢谢

4

1 回答 1

0

Did you put the SQLMXDriver JDBC driver in the {your SoapUI installation}\bin\ext directory?

You should see it being loaded when SoapUI starts up.

You may also need to register it with a Groovy script:

com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "com.???.jdbc.Driver" )
于 2012-06-12T19:52:32.810 回答