Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL and C++ interaction - help

PL/SQL and C++ interaction - help

From: Murugesan Balakrishnan <mail_oracle_at_yahoo.com>
Date: Tue, 15 Aug 2000 17:46:57 -0700 (PDT)
Message-Id: <10590.114667@fatcity.com>


Hello Lists,

I have few c++ dll's for evaluating business rules. I have to use them inside my PL/SQL code. This means, I have to use already written c++ program inside my PL/SQL code for the purpose of evaluating some rules. Is there a way in PL/SQL to include these programs(dll's) like #include.

Actually, my PL/SQL program will select some data from a table and pass it on to these dll's. The result obtained from these dll's are to be parsed in PL/SQL and inserted into another table.

Any help would be highly appreciated.

TIA,
Muru



Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ Received on Tue Aug 15 2000 - 19:46:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US