Reading word documents from Access database on a web page

G

Guest

Hi all,
I am developing a web application to store different types of
documents in MS Access and also reading that documents on the web page from
access. I am using Tomcat web server and Java Platform. Can anyone help me
because i don't know how to upload and download a document to and from Access
Database.

Thanks very much
 
T

Tim Ferguson

I am developing a web application to store different types of
documents in MS Access and also reading that documents on the web page
from access. I am using Tomcat web server and Java Platform. Can
anyone help me because i don't know how to upload and download a
document to and from Access Database.

This is not really an Access question: as long as the Java platform will
work with a suitable ODBC or JDBC driver, then tbe hard part is all in the
HTML form and server programming. I suggest you contact support for Tomcat
or for the Java Platform. From here, I have no idea what methods are
supported by the particular library you will have available.

Best wishes



Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top