• 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

JDBC-ODBC BRIDGE obsolete in JDK 8 or latet

 
Ranch Hand
Posts: 108
2
Netbeans IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Authors,

CachedRowSet is considered to be more powerful in performance comparing to JdbcRowSet. It describes asynchronous, disconnected, and persistent methods with data.

Still, it relied upon  a SyncProvider class, to perform synchronization.

Moreover, JDBC-ODBC bridge, is not implemented directly anymore in JDK 8 or later. It is a transitional solution.

Because there existed many obstacles to open modern Microsoft Windows Office documents and standard files by using platform dependent ODBC texhniques.

So, the following question will try to help such issues with Java javax.sql.rowset, SyncProvider, etc concepts in current market trends.

My question, is Java pure driver written with RowSet/CachedRowSet provider supporting  or is recommending to JDBC-ODBC tier concept?

Thank you in advance.
 
author
Posts: 200
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Noorul,
Unfortunately I am no expert on JDBC... so can't answer your question (and that material is definitely not on the exam, so if you're working towards the exam certification you don't need to know). I'd recommend taking a look at the JDBC documentation for Java 8:

https://docs.oracle.com/javase/tutorial/jdbc/basics/index.html

That may not answer your question (based on my familiarity with that material, I'd say it probably doesn't) - perhaps another rancher with more expertise in JDBC-ODBC can answer.

Elisabeth
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic