derby
Java: Hibernate and Embedded Derby; create derby on a other location/directory
I haven\'t found anything to this on Google, but I think that\'s something that must be possible. I got a serious Problem with my Hibernate Project:[详细]
2023-03-14 22:13 分类:问答Which Queries are active on a Derby Database
Is there a way to find out which Queries are active on a Derby Database and how long they are running?[详细]
2023-03-14 10:25 分类:问答ColdFusion Builder RDS Query Viewer Inserts Allowed?
Just started using ColdFusion Builder 2 with ColdFusion 9 and saw the RDS viewer ability in it. I thumbed through Forta\'s WACK book and tried a simple example from it, a basic INSERT using a Derby Em[详细]
2023-03-12 10:32 分类:问答Apache Derby - Embedded Mode - Failed to start database while reloading a servlet
I am using an embedded apache derby database on file system within a servlet application installed on a Tomcat 6.[详细]
2023-03-11 07:01 分类:问答ClassNotFoundException for Apache Derby database
I am trying to use Apache Derby in Network mode for my J2EE Web App using Eclipse I am getting the following error:[详细]
2023-03-10 06:59 分类:问答How to run sql scripts in order to update a Derby schema from java code?
The derby database installations of our customer sides have different schema versions. E.g. Customer1 has db schema version 4.1.5.0240, Customer2 has version 4.0.1.0330.[详细]
2023-03-07 03:49 分类:问答Prepared statement fails, but SQL console works
I am working on a project for uni (happens to be due in 14 hours) and I am at a sticking point. It is a web based web store running in eclipse on apache tomcat and derby.[详细]
2023-03-03 12:23 分类:问答how to use 'BETWEEN' condetion two times in one sql statement for same column or diffrent columns
this is sql statement give only one value SELECT count(pn1) FROM pledges WHERE date1 BETWEEN \'2011-05-05\' AND \'2011-06-06\'[详细]
2023-03-03 05:36 分类:问答How secure is Derby DB?
I just started with Derby DB yesterday. I have a small concern that when i connect to a Derby Db, i dont have to specify any username and password, unlike MySQL server and the stuff. So isn开发者_运维[详细]
2023-03-02 11:34 分类:问答how to create table if it doesn't exist using Derby Db
I am new to apache derby and I cant seem to make work CREATE TABLE IF NOT EXISTS table1 ... as can be achieved in MySql etc. I am getting a \'Syntax error: Encountered \"NOT\" at line 1, column 17.[详细]
2023-03-02 01:40 分类:问答