Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

db, java question

  • 02-04-2007 01:33PM
    #1
    Closed Accounts Posts: 488 ✭✭


    Hey

    anyone got any advice.
    I have written a program in java that connects to a Access db in it.
    I have make the program exe, any it runs grand until it has to connect
    to the db,
    I need this for a project

    Any suggestions


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    Yeah, have a read of this http://www.irishdev.com/NewsArticle.aspx?id=5196 paying particular attention to the Asking Questions section.

    And then post your code. Honestly, nobody can help you if we don't know what you've done.


  • Registered Users, Registered Users 2 Posts: 5,618 ✭✭✭Civilian_Target


    Check your JDBC settings?
    Make sure that, if you need it, a compatible driver is installed on your system and accessible to the JVM (ie. in the path).
    If you're using an EE server, make sure you're connecting to DataSource instead of DriverManager? (I suspect you're not using EE, no-one in their right mind would combine JEE and Access)


Advertisement