I want to show data in Progress 8.3C on Web by c#. ODBC is DataDirect 4.0. I wrote the connection string as below.
constr="DSN=dsn_cls;DB=cls;UID=;PWD=;ASC=0;DBOS=Windows;DBAM=DIRECT;OIDH=Data_server;OIDS=symixoib;OIDP=TCP"
I got error:
ERROR [HYC00] [MERANT][ODBC PROGRESS driver]Optional feature not implemented.
ERROR [HY000] [MERANT][ODBC PROGRESS driver]msgOpen: unable to open message file: PROMSGS
ERROR [IM006] [MERANT][ODBC PROGRESS driver]Driver's SQLSetConnectAttr failed.
Does anybody can help me ?
constr="DSN=dsn_cls;DB=cls;UID=;PWD=;ASC=0;DBOS=Windows;DBAM=DIRECT;OIDH=Data_server;OIDS=symixoib;OIDP=TCP"
I got error:
ERROR [HYC00] [MERANT][ODBC PROGRESS driver]Optional feature not implemented.
ERROR [HY000] [MERANT][ODBC PROGRESS driver]msgOpen: unable to open message file: PROMSGS
ERROR [IM006] [MERANT][ODBC PROGRESS driver]Driver's SQLSetConnectAttr failed.
Does anybody can help me ?