When I develop integration in oic,I config the sybase db connection,it always show the follow error message。
Error: Unable to create the request and response data definition for this SQL Query.Please fix the SQL Statement or try to switch to Perform table operation option on theWelcome page. Refer Oracle documentation for further information.
if I remove the parameter “#” will be success.
eg:
“select * from dbo.f_vw_cn_contract_fund ” is success
“select * from dbo.f_vw_cn_contract_fund where staff_id=#personnumber” is Error.
I don't have this problem when using other databases connection.