0

Currently am facing an issue while inserting data in to Sybase database 15.7 with WMB code flow. Am currently using WMB7 Broker and I have written code in our message flow which is trying to insert the data in the table directly rather than using store procedure. The data types used in database table is 'int' and 'Image'. But insert operation is not completing anyways.

Whereas the same message flow code is inserting the data in Database table which is on Sybase 12.5.

Can this be a compatibility issue of ODBC drivers which are present in WMB7? Any kind of direction would be great help

4

2 回答 2

0

这肯定是驱动程序问题,在 SOE Sybase 15.7 中仅从 7.0.0.6 开始列为受支持:

http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1106652668319&osPlatform=AIX#sw-Databases

你在这个版本上运行吗?

于 2014-07-16T14:08:04.340 回答
0

实际上,为了解决此问题,我们已将数据库表中的数据类型从 Image 更改为 varbinary。一切都开始有条不紊地工作

于 2014-07-18T15:47:20.967 回答