Click to See Complete Forum and Search --> : C++ and Oracle...
Does anyone have any idea of the syntax for calling an Oracle Stored Procedure
from a C++ Program??? It's driving me mad and I can'tr find reference on
it ANYWHERE!!
Ryan.
shree
12-19-2000, 02:06 AM
I have a similar query.
what is the best way to connect oracle database from c++??
shree
"Ryan" <ryan.crawford@invisix.com> wrote:
>
>Does anyone have any idea of the syntax for calling an Oracle Stored Procedure
>from a C++ Program??? It's driving me mad and I can'tr find reference on
>it ANYWHERE!!
>Ryan.
Danny Kalev
12-19-2000, 10:56 AM
I think you can find information on this matter at Oracle's Web site.
There are developers' forums where you can post technical questions. Try
it: www.oracle.com
Danny
Ryan wrote:
>
> Does anyone have any idea of the syntax for calling an Oracle Stored Procedure
> from a C++ Program??? It's driving me mad and I can'tr find reference on
> it ANYWHERE!!
> Ryan.
chetan
12-29-2000, 11:18 AM
Use sql.h and sqlcli.h interfaces with uses SQL CLI APi which is portable
across platforms and lets you manipulate with any database using ODBC drivers
set up on your respective machines
devx.com
Copyright Internet.com Inc. All Rights Reserved