Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > rs.getObject is hanging

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-03, 11:00
lengjai lengjai is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Unhappy rs.getObject is hanging

Hello,

I am having problems with rs.getObject. I have a program which cycles theough a series of tables on SQLServer 2000 and uses getObject to retrieve information. The problem that I have is that, whilst the program goes through over 2million records without problem, on one particular table there is a hang at the getObject() stage (that is to say, the program stops without giving an exception, as though it is waiting for something to happen). This happens randomly on this table, not usually hanging on the same record twice (i.e. comaring primary keys during test runs shows the records to be distinct). There are times when this table can have 800000 records ectracted before hang and other times the hang occurs after a mere 250 records extracted.

Would anyone have any idea why getObject is hanging?

Thanks
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On