Is there a tool other than ij to look into a local derby database (folder)?

后端 未结 3 489
一个人的身影
一个人的身影 2020-12-10 12:17

I\'m using Derby ij to look into my local Apache Derby database. It\'s just a folder and I connect to it like this:

 connect \'jdbc:derby:C:\\Users\\Torben\\         


        
3条回答
  •  春和景丽
    2020-12-10 12:19

    I simply use NetBeans IDE (Services -> Databases) to connect to my local or remote derby databases.

    You can also create new derby databases there.

提交回复
热议问题