Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Problem with java (https://www.askmehelpdesk.com/showthread.php?t=822817)

  • Mar 14, 2016, 11:55 AM
    norah1990
    Problem with java
    I download an open source code for Hotel Reservation System
    but I can't open it because error in connection with the database
    try
    {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:htl");

    }
    catch(Exception e)
    {
    t1.setText("Error in Connection ");
    }
    }
  • Mar 15, 2016, 08:49 AM
    CravenMorhead
    Did you make sure that your database is setup the way the program wants it to be? Make sure it is setup?

  • All times are GMT -7. The time now is 09:13 AM.