Search:

Type: Posts; User: drimades

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,936

    [SOLVED] Re: Creating database issue

    String host = "jdbc:derby://localhost:1527/TownHall; create = true";
    String uName = "yyy";
    String uPass= "1";
    try{
    Connection con = DriverManager.getConnection(...
  2. Replies
    4
    Views
    1,936

    [SOLVED] Creating database issue

    With all the tutorial that show how to create a JavaDB database in NetBeans, i.e. Working with the Java DB (Derby) Database - NetBeans IDE Tutorial
    it connects to the database with...
Results 1 to 2 of 2