facebook

Data from Stored Procedure to be passed in Bean

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250153 Reply

    makkd001
    Member

    I’m in process of developing a utility that transfers data from Informix to tables in SQL Server. Stored procedure gets the data from Informix and then Java Bean gets this data and puts in the SQL Server database. It was working earlier and then we’d added more fields in SP (more than double), Now the SP is running OK. As the Bean starts getting data (thro’ Iterator), at some point it gets out of the loop at random before it gets all the data (without any exception raised). Through Log files, we found at which point its bailing out but that is random and there is no error in that. I don’t know what’s causing this… Have any of you have got in the problem like that ?

    #250163

    Haris Peco
    Member

    makkd001,

    This is too general and probably Informix and/or Sql Server problem
    However , try catch Throwable and sql warnings

    Best

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Data from Stored Procedure to be passed in Bean

You must be logged in to post in the forum log in