• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

problem using CachedRowSet for scrolling

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i've downloaded rowset.jar from java.sun.com.put it in classpath where servlet.jar and other jar files exist.specify it in autoexec.bat as well.but when i complie the servlet which import sun.jdbc.rowset.* and javax.sql.* packages,it gives error that package javax.sql.* does not exist.
i'm using ms access and type 1 driver.the compiler for java is jdk1.3 standard edition.please help me.
thanks in advance.
khurram mirza.
 
Ranch Hand
Posts: 282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sad thing that rowset is available from jdk1.4 onward so your compiler can't find it as you are using jdk1.3.
moreover, i am sure that ms-access hasn't have given any thin driver which supports rowset.
anyway, a work around (which is really not a very good thing but i think its ok till we get jdk1.4 final version). just download latest classes12.zip from oracle site and put that in your classpath. i hope things would start working for you.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic