Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

db, java question

  • 02-04-2007 1: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 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 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