Re: string literal too long

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 18 Sep 2002 15:42:38 GMT
Message-ID: <3D889EEB.AB5A234E_at_exesolutions.com>


shivas wrote:

> I am getting an error when I try to save 4000 characters in a text item(notepad)
> within my system.Programming language is delphi.
> This happens when I do it against an oracle database.
> The error is.
>
> 'string literal too long'
>
> Does anyone have a solution for this.
>
> Thanks
>
> shivas

See if your code is appending an end-of-string character that is making its actual length 4001 bytes.

Try sending 3999 characters instead.

Daniel Morgan Received on Wed Sep 18 2002 - 17:42:38 CEST

Original text of this message