DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Tarab Hussain Guest

    dsn less connection to an Access database


    Hi,

    Is there a way to do a DSN-less connection to an Access database in Java?

    Thanks

  2. #2
    william huang Guest

    Re: dsn less connection to an Access database


    "Tarab Hussain" <tarabhussain@hotmail.com> wrote:
    >
    >Hi,
    >
    >Is there a way to do a DSN-less connection to an Access database in Java?
    >
    >Thanks


    I dont think it is possible to have a DSN-less connection to Access DB in
    java. First, Access does not run and listen for remote connections. Also
    the JDBC-ODBC bridge does not support remote access to DB. So if you have
    a program that is running on a remote host, or on Linux, Unix, you won't
    be able to connect to the remote MS-Access database. If you have a solution
    please let me know.


  3. #3
    Paul Clapham Guest

    Re: dsn less connection to an Access database

    I don't think the original question was about databases in a remote
    computer. It was about databases that are not registered as an ODBC data
    source. And of course there is a way to connect to these databases: use a
    driver that doesn't go via ODBC.

    PC2

    "william huang" <whuang04@yahoo.com> wrote in message
    news:3b211f57$1@news.devx.com...
    >
    > "Tarab Hussain" <tarabhussain@hotmail.com> wrote:
    > >
    > >Hi,
    > >
    > >Is there a way to do a DSN-less connection to an Access database in Java?
    > >
    > >Thanks

    >
    > I dont think it is possible to have a DSN-less connection to Access DB in
    > java. First, Access does not run and listen for remote connections. Also
    > the JDBC-ODBC bridge does not support remote access to DB. So if you have
    > a program that is running on a remote host, or on Linux, Unix, you won't
    > be able to connect to the remote MS-Access database. If you have a

    solution
    > please let me know.
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links