Never used Sybase, but Google shows this:
http://manuals.sybase.com/onlinebooks/group-jcarc/jcg0520e/prjdbc/@Generic__BookTextView/9513
JZ0CU
getUpdateCount can only be called once after a successful
call to getMoreResults, or execute methods.
Description: As per the JDBC API, getUpdateCount should be
called only once per result.
Action: Make sure your code does not call getUpdateCount more
than once per result.
--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
http://www.fordwebs.com
"greystreet41" <webforumsuser@macromedia.com> wrote in
message news:et9a99$od$1@forums.macromedia.com...
> Has anyone come across this error after the DST patch
was applied. I'm using MX
> 7.0.2 with patch 1.4.2_11. This is happening with
updates and inserts, selects
> seem fine. DB updating is Sybase using the jconn2.jar.
>
> Error:
> JZ0CU: getUpdateCount can only be called once after a
successful call to
> getMoreResult, or execute methods.
>
> Thanks
>