Top "Javadb" questions

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

Create autoincrement key in Java DB using NetBeans IDE

I'm coming from MySQL world, please help. Is it possible to create autoincrement key from NetBeans IDE in JavaDB? Do …

netbeans auto-increment javadb
Setting up an embedded Derby database in a standalone Java application

I'm trying to setup an embedded Derby database for a standalone Java application, but after pouring through all sorts of …

java embedded-database javadb derby
Creating a foreign key in Java db (Netbeans)

I've been having problems creating a foreign key in Java Db through Netbeans. I'm pretty sure I have to use …

java sql javadb
Class [org.apache.derby.jdbc.ClientDriver] not found. When trying to connect to db

I have set up a project in Netbeans, created a script, made a new database with javadb. I can connect …

java database netbeans javadb
Database not found error when connecting to Derby network server

I'm having problems initializing my javadb network server and setting a connection to it. It's a JavaFX program. This is …

java jdbc javafx derby javadb
Automatically start JavaDB (Derby) on GlassFish

I am planning to deploy GlassFish v3 open source edition to a production environment. It comes with JavaDB (Apache Derby) …

glassfish derby glassfish-3 javadb
How do I integrate a JavaDB database into my main java package

I am working on a desktop application which uses JavaDB. I am using NetBeans 6.8 and JDK 6 Update 20 I created the …

java netbeans javadb
calling derby (java db) 'show tables' from jdbc

I need to enumerate the tables in a Derby (aka Java DB) database using JDBC in a Java program. All …

jdbc derby javadb
Derby/JavaDB vs SQLiteJDBC

I found a lot of comparisions here, but not this one; So, what is best in each one?

java sqlite derby javadb sqlitejdbc
Java DB Schema 'TEST' does not exist

Hy!!! I want to make a small DB Demo. My Error is: Schema 'TEST' does not exist Picture:

java javadb