• 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 problem : "feature not available"

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've done a little more research concerning my problem with inserting rows in an access database.
From what I've read it has to do with a bug in the Jdbc-Odbc bridge.
So I can not use the possibility of Scrollable resultSets.
So the following code doesn't work (it gives me the message "feature not available")

What's even more strange when I run it from another PC it works !! (on Windows NT4)....
I work at home with Windows ME.
Is it possible to download the latest Jdbc-Odbc bridge driver somewhere ?
Are there any other ODBC drivers available as a free download that support scrollable and updatable resultSets ?
Thanks,
Kristof
[ Edited by Dave to fix code tags ]
[ February 11, 2002: Message edited by: David O'Meara ]
 
There is no "i" in denial. 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