Search : in
By :

JDBC and MS Office Access

Last answer on Apr 6, 2009 12:05:26 pm BST Ron, on Mar 27, 2009 5:01:23 pm GMT 
 Report this message to moderators

Hello,
I am testing JDBC Java application on Windows XP that has no Office "Access" installed.
I get "Exception in thread "main" java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver" and the
java application fails.

Do I need Access installed to test JDBC application? Thanks, Ron

Configuration: Windows XP
Internet Explorer 8.0

Best answers for « JDBC and MS Office Access » in :
[Office 2007] Convert MS Office files into PDF Show [Office 2007] Converting MS Office files into PDF Here is how to create PDF files from any Microsoft Office 2007: Microsoft Excel: xls, xlsx, xlsb Microsoft Access: accdb Microsoft Word doc, docx, rtf Microsoft PowerPoint:...
Using Device Manager under Ms-Dos ShowUsing Device Manager under Ms-Dos Intro Device manager supported by MS-DOS ansi.sys display.sys dblspace.sys driver.sys ega.sys emm386.exe himem.sys ramdrive.sys setver.exe smartdrv.exe Intro A peripheral
Download a free version of Microsoft Word ShowDownload a free version of Microsoft Word Alternatives to Microsoft Word Ability Write Abiword KWord Jarte Word Processor Download a free version of Microsoft Word Microsoft Office Word is a word processing software licensed by...
Download Easy Office ShowEasyOffice is a multilingual office suite (English and German only) possessing very purified graphic interface, a little bit puzzling at first sight, because everything is made by means of the pull-down menu. In particular it possesses the...
Introduction to Office Automation ShowWhat is office automation? The term office automation refers to all tools and methods that are applied to office activities which make it possible to process written, visual, and sound data in a computer-aided manner. Office automation is intended...

1

cluelessgeek, on Mar 28, 2009 7:45:41 am GMT

You need access to test the application.
install it.

Reply to cluelessgeek

2

 Khayalethu, on Apr 6, 2009 12:05:26 pm BST

What database do you want to link your java class with? The are different JDBC. If you are using MSQL then you need JDBC that will link with your java class. If you are using Acess you need to go to administrative tools on your control panel you choose data sources ODBC then you choose your driver there.

Reply to Khayalethu