Xref: alice comp.databases.oracle.server:45860
Message-ID: <3714727C.1556AA36@alerts.co.il>
Date: Wed, 14 Apr 1999 03:48:29 -0700
From: ga <ga@alerts.co.il>
X-Mailer: Mozilla 4.08 [en] (Win16; I)
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.server
Subject: Re: Array Fetch - Array Insert
References: <370e95e9.267796120@news.earthlink.net> <7et1rp$pf2$1@nnrp1.dejanews.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: 14 Apr 1999 11:26:10 +0200, 212.29.241.252
Lines: 25
Path: alice!news-feed.fnsi.net!oleane!news-raspail.gip.net!news-lond.gip.net!news.gsl.net!gip.net!news.barak.net.il!212.29.241.252

This can also be done via OCI .  You will need the
"Programmers Guide to the Oracle Call interface "
book to do anyting

rosmit@my-dejanews.com wrote:

> In article <370e95e9.267796120@news.earthlink.net>,
>   spg@quokka.com (Gus) wrote:
> > I've just stumbled across the fact that I can fetch and insert arrays.
> > I haven't found anything yet on how to implement an array insert or
> > fetch.
> >
> > Any pointers would be appreciated.
> >
> > gus
> >
> >
>
> The Oracle Pro*C book has section on host arrays and array fetch/insert that
> is very helpful.  Using arrays can speed things up tremendously and are easy
> to implement in Pro-C.
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own

