Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to get dataset returned by procedure in c++ builder
I have no experience with C++builder but I presume the db access is similar to Delphi.
You can use BDE/ODBC or BDE/SQL Link for ORACLE. If it is the first case, check Thomas Kyte's www page. He's publishing some ways how to do it. One which can be interesting for you is an VisualBasic/PL/SQL example, which shows how to do it using ODBC.
Maybe you've got Intersolv or MS ODBC driver. Then check the help file shipped with this driver.
In case you use SQL Links, I'm in doubt you can find any straightforward
solution.
If you were able to use a ref cursor variable from C++/BDE it woudn't be a
problem.
However there may be another tricks. You can check the a news from borland
hierarchy. E.g.: news:borland.public.cppbuilder.databases ...
--
Thank you for keeping >anti-spam< habit:
not including my address in your reply.
Received on Mon Sep 13 1999 - 02:53:45 CDT
![]() |
![]() |