09-12-07 06:18 AM
In order to run a SQL statement in Korn shell I have to pass the SQL
statement to the DB2 Command-line processor or in the case of Oracle
to SQL*Plus as a here-document.
Although this works it is a bit sloppy. I have not been able to find
a Korn shell solution, which would allow true embedded SQL support,
such as PERL DBI or Rexx with DB2 support.
Does anyone know of a solution (software package, function or open
source code), which would enable Korn shell to support embedded SQL?
[ Post a follow-up to this message ]
|