Search:

Type: Posts; User: ocean1991

Search: Search took 0.18 seconds.

  1. Replies
    1
    Views
    4,457

    Re: Problem with connecting to DataBase

    My problem solved but I want to explain about solution. it might helped someone
    problem was about apache setting. I add apache to server in service tab in netbeans and edit it's xml setting file...
  2. Replies
    1
    Views
    4,457

    Problem with connecting to DataBase

    Hi
    I'm trying to connect to database with jdbc in netbeans.
    I use this code :


    String host = "jdbc:derby://localhost:1527/MIRDataBase [mir on MIR]";
    String name = "mir";
    ...
Results 1 to 2 of 2