| Author |
Ms-Access with Java Studio creator ?
|
Sathish Nagappan
Ranch Hand
Joined: Nov 05, 2005
Posts: 76
|
|
Hey ranchers, Is there a way I can access a MS-ACCESS database with Java Studio Creator. I tried adding a Data Source but the driver .jar file for the MS-ACCESS database is not present ?? Any other way I can add access to MS-ACCESS in Java Studio Creator ? Expecting your valuable replies.
|
SCJP, SCWCD, SCBCD, IBM XML, IBM OOAD, SCEA 5, ITAC - Distinguished IT Architect.
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
MS access is a program. If your after the data its using you can get to the date by way of the JET database engine which is what MS Access uses. if you have a datasource then you can use Sun's build in jdbcodbc driver. sun.jdbc.odbc.JdbcOdbcDriver
|
 |
 |
|
|
subject: Ms-Access with Java Studio creator ?
|
|
|