View Single Post
Old 10-17-2005, 07:18 PM   #11
EEich
The Starter
 
EEich's Avatar
 
Join Date: Feb 2004
Location: Bristol, CT
Age: 61
Posts: 1,001
Re: Any Computer Programmers here???

Quote:
Originally Posted by skinsguy
Just wondering if there were any fellow Redskins fans who were computer programmers. I have a question about Java programming. If there is anyone on here who is a java programmer, how can I make my java application read, add, or query to an Access database?


Sorry to get nerdy on you guys!
Your webserver would have to be configured to access an Access ODBC/JDBC driver. I'm not sure that Microsoft would make it easy for Java to play nice with one of its own products. If this is just a standalone applet (not served), you're probably SOL.

This driver is free: http://rmijdbc.objectweb.org/

Good Luck

Last edited by EEich; 10-17-2005 at 07:31 PM.
EEich is offline   Reply With Quote

Advertisements
 
Page generated in 0.70851 seconds with 10 queries