Setting up an embedded Derby database in a standalone Java application

后端 未结 5 1662
你的背包
你的背包 2020-12-08 20:31

I\'m trying to setup an embedded Derby database for a standalone Java application, but after pouring through all sorts of documentation, I just can\'t seem to find any simpl

5条回答
  •  悲&欢浪女
    2020-12-08 20:36

    I never did derby (although did once mysql) and got all going from this simple example. Actually I did not even read the talk - I just did scroll to the middle where self-explanatory example is.

提交回复
热议问题