• 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

rowset.jar Sun Reference Implementation

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there...

Currently, I am using J2SE 1.4.2, I would like to know where I can download the rowset.jar. I noticed when searching Sun's site, that there's a new jar file. I am not sure it's compatible with the current version I have, since It's intended for javax.sql.rowset new package in J2SE 1.5 which it doesn't exist in J2SE 1.4.2, and it also defines new interfaces that are not available such like FilteredRowSet and JoinRowSet.
Please, can anybody tell me where I can download this file in Sun's site (the one intended for J2SE 1.4.2)?

Thanx in advance
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hatim,
Is there any particular reason you are looking for the reference implementation instead of an implementation provided by your database vendor?
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try this u will get it
http://java.sun.com/products/jdbc/download.html#rowsetcobundle1_0.
 
hatim osman
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there...

I found the link very useful. I thought that a RowSet impelmentation is included with the core API of J2SE 1.4.2, but it's not.
I appreciate your attention
 
He's my best friend. Not yours. Mine. You can have this 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