hi Ranchers!! I made a program in java using JDBC and link it with MDB file (MS Access). It is working fine but my project is to publish it on internet. My database is simple school system. Plz tell me the way how can I run it on internet? Thanx advance Farhan
tom_2000
Greenhorn
Joined: Jun 05, 2001
Posts: 7
posted
0
u need to rewrite your program as a servlet with form posting. please read up on servlet. jdbc/odbc connection w/ servlet poses its own problem. from my experience, u also need to run RmiServer to register the jdbc driver. this link explains the latter part. http://www.objectweb.org/RmiJdbc/Access/access.html