• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Aix problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam done some prg in java which works on windows
environment( it retervies data from the data base and
after manipulating store in some other database)

it worked sucessfully but i want to make it work on
AIX then i got a runtime exception

Exception:--

Exception in thread "main"
java.lang.AbstractM ethodError: preparedstatement.addBatch
at
batch.db. FinrecRow. update(FinrecRow .java:381)
at
batch.BatchAssig n.processRules( BatchAssign. java:404)
at
batch.BatchAssig n.start(BatchAss ign.java: 796)
at
batch.BatchAssig n.main(BatchAssi gn.java:242)

------------ --------- --------- --

can u help me regarding this issue
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post the same question in multiple forums. It causes confusion and duplication of effort as the community tries to help everyone.
 
Rahul Nema
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok i will not do that is anybody there who has same idea how to tacle the problem or evrey body is busy shouting on others only............if u have reply give it to me ..............
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic