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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C using Lda_Def pointer

Re: Pro*C using Lda_Def pointer

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Wed, 01 Dec 1999 08:43:40 -0500
Message-ID: <mf9a4s4ecmr2mdp1lgmq54p6o52n902e23@4ax.com>


A copy of this was sent to ajrobb1957_at_my-deja.com (if that email address didn't require changing) On Wed, 01 Dec 1999 11:06:20 GMT, you wrote:

>
>> >I am using an API to a back-end Oracle 8.0.4 database (Arbor/BP).
>> >I can get a pointer to Lda_Def for the API's connection.
>> >
>> >Please, does anyone know how I can use this pointer with Pro*C to
>> >manipulate data within a transaction before it is committed?
>>
>> If you have an application that connected via PRO*C,
>> you can convert that connection into a PRO*C connection (via sqllda)
>>
>> In you have an application that connected via OCI
>> -- you *cannot* convert that into a pro*c connection.
>>
>> how does the application get connected?
>
>Many thanks for your useful reply,
>it put a stop to hours of fruitless searching!
>
>The error messages indicate that the connection is via OCI.
>
>I assume that I can use OCI instead(?)
>

yes, since they have exposed the LDA (login data area) to you.

>
>Sent via Deja.com http://www.deja.com/
>Before you buy.

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Wed Dec 01 1999 - 07:43:40 CST

Original text of this message

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