• 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

HELP..!! Problem with SybPreparedStatement.addBatch

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
we are facing a problem with the use of SybPreparedStatement.addBatch() when we are trying to use the same for a batch insert into the Sybase database using jConnect4.2 as jdbc driver.
We are getting the exception
java.lang.AbstractMethodError: com/sybase/jdbc/SybPreparedStatement.addBatch
We could find that addBatch() was not implemented in com/sybase/jdbc/SybPreparedStatement when the class was decompiled from jConnect42.zip downloaded from sybase.com
We are using Sybase ASE 12.5 and JDK 1.4.
Can any one throw some light on this ??
Is there any alternative approach by which a batch insert can be performed on a sybase database ?
Thanks in advance,
Aby & Prakasan.
 
look! it's a bird! it's a plane! It's .... a teeny tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic