Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pro c/c++ array without fest length question
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
![]() |
![]() |