Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Ref Cursor > out ; What? < in?
John Hunter wrote:
> Hi,
>
> I have searched high and low for the 'proper' way to issue
> inserts/updates/deletes from a client server or web application back to the
> database.
>
> I have found many, many reasons to use ref cursors when retrieving data, but
> alas, I cannot find any information of how 'best' to write data back to the
> database (thanks Tom et al.).
>
> I currently use Oracle 8i, and VB6 for development (maybe that's my problem
> ;-).
>
> Maybe I'm mistaken to think there should be a more glamorous method than
> just issuing simple statements in the middle tier.
>
> Thanks for any pointers,
> -John
An INSERT or UPDATE statement.
Daniel Morgan Received on Tue Nov 05 2002 - 12:38:05 CST
![]() |
![]() |