Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Getting this error after dst patch applied

Guest
Mar 14, 2007 Mar 14, 2007
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
TOPICS
Database access
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 16, 2007 Mar 16, 2007
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
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 09, 2007 May 09, 2007
LATEST
Hi,

I encountered just that problem: hotfix 2 for 7.0.2 solves the issue, at least with Sybase ASA

regards

Thomas
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources