I did have the default character set as UTF-8 originally. I removed that and received the same thing. Perhaps UTF-8 is the default by default. :)

I'll lower the field length on repository_name for now.

Thanks for the help,

Eric

David Harms wrote:
Eric Weidner wrote, On 11/08/05 6:40 PM:

If I change the statement above so that the messagename varchar length +
the repository_name varchar length = 341 (1024/3) or lower, then the
statement works.

This is happening because the character set is UTF8, in which characters can be up to 3 bytes. So one option is to use a one or two byte character set.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to