Hi,
I am using snapdevelop to convert from powerbuilder to C# api. Database used is Informix Version 12.10.FC13.
I have converted one of the data windows(C# model) and created model,as well as scaffolded the retrieve method by adding data context with connection as DSN.
I have created a user DSN with a specified connection string (Informix Driver-IBM INFORMIX ODBC DRIVER-4.10.00.15364).
I have generated all the scaffolding Controllers,Models,Services and Interfaces through the snapdevelop tool and tried to run the application and navigated to the retrieve method.
But I am getting the error as "ERROR [42000] [Informix][Informix ODBC Driver][Informix]A syntax error has occurred."
I have tested informix connectivity from my machine and it is working fine.
Please help me out.
Thanks in advance