Perry Smith

Home / Java Q & A Page 2 / Java Q & A Archive Main Page

JDBC and sql
 Monday, 19-Oct-98 12:04:25

      208.16.89.113 writes:

      I'm ignorant about JDBC and sql(to a less extent). In theory, I'd love to
      have a java applet connect to a server which has a database in "MS ACCESS
      format".


      1. Is this possible, or if I'm to use ODBC do I need to have my database on
      a sql server in some other format.
      2. If it is possible, any books you would recommend on ODBC, JDBC, and RMI?


      thanks



      Jonathan Kibrick

Response
Re: JDBC and sql
 Wednesday, 21-Oct-98 13:43:39

      199.228.142.5 writes:

      Yes, connecting to an MS Access database is possible....I would highly recommend you check out this page
      http://java.sun.com/products/jdbc/index.html for general jdbc information, and
      http://java.sun.com/products/jdbc/jdbc.drivers.html

      Jdbc drivers are available on this site - you will probably need to use a type 1 (JDBC-ODBC Bridge) but I did notice
      a type 3 driver listed for Symantec. Good luck! ew

      ewaters@rocketmail.com



Home / Java Q & A Page 2 / Java Q & A Archive Main Page