Top "Javadb" questions

Java DB is Sun's supported distribution of the open source Apache Derby 100% Java technology database.

Inserting numeric data type using SQL statement in Java

I am writing a method which allows users to store their data within my database. The problem I have is …

java sql numeric javadb
Programmatically setting derby.system.home

Need to move the database and log files of JavaDB (derby) db files into deployment directories. The database is working …

java derby javadb
Derby: CONCAT equivalent

Good day! What is the equivalent function of Derby/Java DB to the CONCAT function of MySQL? I tried using …

java derby javadb
Is Derby/Java DB included in Java 6?

I've read in a couple of places that Derby/Java DB is included in Java SE 6, e.g. http://java.…

java derby javadb
Java DB / Apache Derby with Android

Can I integrate Java DB or Apache Derby in my Android application? Or any inline or embedded database. Can anyone …

android derby javadb