Re: Connecting to MS Access Using Java



Bjorn Abelli wrote:
"morc" wrote...
thanks for the reply.
i am using windows xp, mcirsoft access 2003,
J2SE Development kit 5.0,
J2SE Runtime Enviroment 5.0

your help is apprefciated

java.lang.ClassNotFoundException:
sun.jdbc.odbc.JbdcOdbcDriver

Now I saw the error ;-)

You have simply spelled the name wrong.

JbdcOdbcDriver should be JdbcOdbcDriver

// Bjorn A



Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php

Boy.. I would have never picked that up!..

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.



Relevant Pages