Java & Local Databases

前端 未结 4 1345
耶瑟儿~
耶瑟儿~ 2021-01-04 13:47

TL DR; Want some Java help with connecting to a truly local database ( no access to server tech ), or if you can whip up code, that will work. All it has to do is query the

4条回答
  •  感情败类
    2021-01-04 14:12

    You might want to take a look at Apache Derby. Recent JDKs include it as JavaDB. On Windows, you will find it in ProgramFiles/Sun.

提交回复
热议问题