Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Jdbc with MS Access  (Read 3125 times)

0 Members and 1 Guest are viewing this topic.

Tripti

    Topic Starter


    Rookie

    Jdbc with MS Access
    « on: November 06, 2008, 09:20:20 AM »
    hello

    I am trying to enter values in MS Access database using a JDBc code
    but its not working

    is it true that jdbc is not compatible with ms access
    thanks in advance

    Sidewinder



      Guru

      Thanked: 139
    • Experience: Familiar
    • OS: Windows 10
    Re: Jdbc with MS Access
    « Reply #1 on: November 06, 2008, 11:50:07 AM »
    Quote
    is it true that jdbc is not compatible with ms access

    Not true! Microsoft provides an access method called ODBC which Access can understand. Sun provides a bridge from JDBC to ODBC. You can setup either a DSN or DSN-less connection.

    Check out either this article or this one.

    Good luck. 8)
    The true sign of intelligence is not knowledge but imagination.

    -- Albert Einstein