Xref: alice comp.databases.oracle.misc:30537
Path: alice!news-feed.fnsi.net!news.idt.net!dispose.news.demon.net!demon!peernews!newsfeed.ecrc.net!newscore.univie.ac.at!newsfeed.Austria.EU.net!Austria.EU.net!not-for-mail
From: "L. Kovács" <office@danubit.at>
Newsgroups: comp.databases.oracle.misc
Subject: Can't insert exactly 2000 chars into VARCHAR2(2000) column
Date: Wed, 5 May 1999 17:26:41 +0200
Organization: DanuBit GmbH.
Sender: peu52338@194.152.181.203
Message-ID: <7gpo44$35l$1@fleetstreet.Austria.EU.net>
X-Trace: fleetstreet.Austria.EU.net 925918148 3253 194.152.181.203 (5 May 1999 15:29:08 GMT)
X-Complaints-To: abuse@Austria.EU.net
NNTP-Posting-Date: 5 May 1999 15:29:08 GMT
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Lines: 12

Hello,

I want to insert a string exactly 2000 chars long by host variable into a
VARCHAR2(2000) column from a Pro*C program. The last 20-30 characters get
garbled from unknown reason. (We can call it the "C2K-problem" :-) The same
program works fine with strings 1950-1970 chars long. Tried with VARCHAR
xyz[2000] and char xyz[2000+1] as well. Precompiler: Pro*C for WinNT,
Version 8.0.5, Server: 7.3.2 RDBMS running on AIX.

Any help would be welcome.


