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/c++ array without fest length question

Re: pro c/c++ array without fest length question

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Fri, 02 Jul 1999 08:13:04 -0400
Message-ID: <377CACD0.9E8C9C7F@Unforgettable.com>


You need to learn how to use dynamic sql method 4. The lengths of the host variables are determined at runtime and you are isolated from having to know anything about the types or sizes of objects prior to performing the query. On the other hand it can be a bear to learn because the data structures are counter-intuitive and can be confusing.

Ken

Dong Yang wrote:

> hi guys!
> I'm using oracle 8.1.5 and pro c/c++
> I want to save a array of String from the database, but I'll only know it's
> length during the runtime, which datatype shall I use?
> nested tables?
> thx for every suggestion
> Dong
Received on Fri Jul 02 1999 - 07:13:04 CDT

Original text of this message

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