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 there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

db, java question

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