Hello ! I'm using: - Visual Cobol 2.2 - Visual Studio 2010 - 32 bits - Oracle Client 11.2.0 The Cobol program is compiled ok. On Project Properties, SQL, the preprocessor being used is OpenESQL and the directive SQL(DBMAN=ODBC) is set. The driver Microsoft ODBC for Oracle is installed. I added the connection Oracle Database (Oracle ODP.NET) and tested the connection. It's ok. I can see the database, the tables, and access them. But when I try to run the program I got a -19703 in this command: EXEC SQL CONNECT :WS-USERNAME IDENTIFIED BY :WS-PASSWD END-EXEC. What am I doing wrong ? Thanks in advance and sorry for any English mistakes.
↧