Re: OracleObjectsForOle(C++)

From: Dave Smith <scudderfish_at_my-dejanews.com>
Date: Mon, 15 Mar 1999 22:08:53 GMT
Message-ID: <7ck0db$knr$1_at_nnrp1.dejanews.com>


In article <36ecedea_at_news.infonet.ee>,   "Vladimir Kajalin" <vkajalin_at_hireright.ee> wrote:
> Hi All
>
> I have a problem using OO4O.
> I want to create OParamArray with element size more than 2000.
> For example :
>
> OParamArray oArray = GetDatabase()->GetParameters().AddTable
> ("DATA_TABLE", OPARAMETER_INVAR, OTYPE_VARCHAR2, 5, 4000 );
>
> It's dont work (In result I got closed OParamArray)
> It's work OK with element size less than 2000.
>
> Is the way to overcome this 2000 limit?
>
> Thanks
>
> Vladimir
>
>
Just a guess, but isn't VARCHAR2 limited to 2000 in Oracle7. Even if you use the C++ class library that ships with Oracle8, it only has Oracle7 features.

Regards,
Dave

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Mar 15 1999 - 23:08:53 CET

Original text of this message