Accessing Data from a MS Access file placed in SharePoint
I want to make a portal using JSP with Tomcat, but without acquiring any web space to host my server and database.
So i want to place my MS Access database file in MS SharePoint, which in turn accessible to to all employees of my company and from there i want to access all data.
I don't have any information regarding this, but if you do find anything out I'd love a followup.
As is, I have some access files that I'm reluctant to even move into sharepoint since I'm concerned about whether they will function properly (or at all) with C# and Java applications I've written for them.
Java has an ODBC driver for accessing MS Access databases (.mdb's)... You can find it here- as far as interfacing with sharepoint I hardly ever use it, so I don't know how to mesh it together hope that helps some