This is my first post so bear with me. It is directed to k5tm but, of course, anyone can reply.
RMCOBOL V9, installed the Instant SQL package with appropriate Oracle drivers under Linux.
Using the SQL CONNECT, SQL PREPARE, SQL BIND COLUMN, SQL BIND PARAMETERS, etc. I was able to get queries on two tables to work but not three.
For example "SELECT a,b,c,d,e FROM x, y WHERE ....." works
whereas "SELECT a,b,c,d,e,f FROM x, y, z WHERE ...... " doesn't. With this and several variations of the 3-table query, the SQL BIND COLUMN fails in RMCOBOL.
Using MS-ACCESS and SQL-PLUS the same 3-table select statements work.
Are there RMCOBOL examples of querying multi-tables that are available? Maybe need another SQL statement?
Thanks in advance.
RMCOBOL V9, installed the Instant SQL package with appropriate Oracle drivers under Linux.
Using the SQL CONNECT, SQL PREPARE, SQL BIND COLUMN, SQL BIND PARAMETERS, etc. I was able to get queries on two tables to work but not three.
For example "SELECT a,b,c,d,e FROM x, y WHERE ....." works
whereas "SELECT a,b,c,d,e,f FROM x, y, z WHERE ...... " doesn't. With this and several variations of the 3-table query, the SQL BIND COLUMN fails in RMCOBOL.
Using MS-ACCESS and SQL-PLUS the same 3-table select statements work.
Are there RMCOBOL examples of querying multi-tables that are available? Maybe need another SQL statement?
Thanks in advance.