You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Laura Stewart <sc...@gmail.com> on 2006/09/08 08:17:21 UTC

SQL State 58009 "Network protocol exception: actual code point, {0}, ..."

For this message is it more accurate to use <value> for both of these
variables or <codePoint> or <codepointValue>

The current text is:

58009  "Network protocol exception: actual code point, 0}, does not
match expected code point, {1}.  The connection has been terminated."

-- 
Laura Stewart

Re: SQL State 58009 "Network protocol exception: actual code point, {0}, ..."

Posted by Andrew McIntyre <mc...@gmail.com>.
On 9/7/06, Laura Stewart <sc...@gmail.com> wrote:
> For this message is it more accurate to use <value> for both of these
> variables or <codePoint> or <codepointValue>
>
> The current text is:
>
> 58009  "Network protocol exception: actual code point, 0}, does not
> match expected code point, {1}.  The connection has been terminated."

Both of these will be constant values from the class
org.apache.derby.client.net.CodePoint.

I think that either <codepoint> or <codepointValue> is acceptable, and
certainly more to the point than just <value>. But maybe
<drdaCodepoint> is more descriptive without being too long?

andrew