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.
|