Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 与SQL Server的MobileFirst连接问题_Sql Server_Ibm Mobilefirst_Mobilefirst Adapters_Mobilefirst Server - Fatal编程技术网

Sql server 与SQL Server的MobileFirst连接问题

Sql server 与SQL Server的MobileFirst连接问题,sql-server,ibm-mobilefirst,mobilefirst-adapters,mobilefirst-server,Sql Server,Ibm Mobilefirst,Mobilefirst Adapters,Mobilefirst Server,从Mobilfirst 7.1 SQL Adapter调用简单select语句以从SQL Server 2016表中获取数据时,出现以下错误: com.microsoft.sqlserver.jdbc.SQLServerException:索引1超出范围。java.lang.RuntimeException:索引1超出范围 我们正在使用mssql-jdbc-6.4.0.jre7.jar库连接到SQL Server 有什么问题吗?能否显示生成错误的代码彼得:您是否安装了IBM MobileFIrs

Mobilfirst 7.1 SQL Adapter
调用简单select语句以从SQL Server 2016表中获取数据时,出现以下错误:

com.microsoft.sqlserver.jdbc.SQLServerException:索引1超出范围。java.lang.RuntimeException:索引1超出范围

我们正在使用
mssql-jdbc-6.4.0.jre7.jar
库连接到SQL Server


有什么问题吗?

能否显示生成错误的代码彼得:您是否安装了IBM MobileFIrst?除了select语句外,没有其他代码。