Use this tag for questions about Apache Derby, an Apache DB subproject.
How do i connect to derby database (that comes with the netbeans) ? I am using Tomcat as the server. Earlier …
java jakarta-ee tomcat database-connection derbyI want to work with a file-based database using apache derby. I was wondering if anyone can carify how to …
java netbeans database-connection derbyI'm using derby as an embedded database. Furthermore, I'm using it's in-memory database option for my unit tests. What I …
java derby shutdown in-memory-databaseAnyone ever tried to use Derby or HSQLDB in a production environment? Any good, bad or ugly experiences?
derby hsqldbEdit: According to the Derby community the Eclipse plug-in won't be maintained nor built automatically along the Derby project. But …
eclipse eclipse-plugin derby eclipse-junoI am wondering what the performance of a query would be like using the LIKE keyword and the wildcard as …
sql sql-server oracle derby sql-likeI have the following named query: @NamedQuery( name = "Userdetails.findByUsername", query = "SELECT u FROM Userdetails u WHERE u.username = :username" ) …
jpa parameters derby named-queryIn my unit tests I autowired some DataSources, which use URLs like jdbc:derby:memory:mydb;create=true to create …
java spring junit derby in-memory-databaseI need to enumerate the tables in a Derby (aka Java DB) database using JDBC in a Java program. All …
jdbc derby javadbI found a lot of comparisions here, but not this one; So, what is best in each one?
java sqlite derby javadb sqlitejdbc