Access/Java Question
- From: "Rhino" <no.offline.contact.please@xxxxxxxxxx>
- Date: Tue, 30 May 2006 11:39:51 -0400
Am I correct in assuming that I cannot do positioned updates or deletes
against an Access 2002 database with the sun.jdbc.odbc.JdbcOdbcDriver found
in rt.jar? I am running Java JDK 1.5.0_06 and the driver is at JDBC level
2.0 in that version of rt.jar.
I have a prototype in which I am attempting positioned updates and deletes
but
when I execute those statements, I get an SQLException with the message
"Optional feature not
implemented.". That gives me the strong impression that I can't do
positioned updates or deletes with this driver. On the other hand, maybe
I've just done something stupid that keeps the positioned updates and
deletes from working correctly. That's what I'm trying to discover with this
post.
It's not particularly important to me to be able to do positioned updates
and deletes, I just want to be sure that I understand why they aren't
working. If they simply aren't supported by this version of the driver,
that's fine. I'm not looking for recommendations for other drivers that
support this functionality.
--
Rhino
.
- Prev by Date: Re: To hibernate or not to hibernate?
- Next by Date: Two more Access/Java questions
- Previous by thread: connectionless resultset [please help]
- Next by thread: Two more Access/Java questions
- Index(es):