Currently I am running Microsoft Access database and
JDBC connects to it on my local network. I want to devolop JDBC client software that will make queries and updates via the internet however I am having problems making the database visible on the net. What are my options in doing this and should i change to MYSQL? I plan to have less than 100,000 rows on the database and queries will roughly produce 1000 resultset rows. Updates will be roughly the same or maybe i can cut it down to 500 or so if i need to.
Like i say again is my options putting the database on a FTP server or can users use it from my home computer or what is best?
roba