Hi
I am trying to create a connection manager for a ODBC source in visual studio 2019. I have created the connection manager using a connection string and it works successfully. I have selected Table Name for Data Access Mode and table name for Name of the table or the view. When I am clicking OK, I am getting the following error:
Exception from HRESULT: 0xC014020
Error at Data Flow Task [ODBC Source[1]: SQLSTATE: 42000, Message:[Informix][Informix ODBC Driver][Informix]A Syntax error has occurred.;
I am wondering if anyone has seen this error message and know how to go around it. Thanks in advance.
Note:
When I am trying to connect to the database from tool of visual studio using the same connection string, I am not getting any such error. I can access the table and its data.