javadb « Database Product « Java Database Q&A





1. In-memory Java DB    stackoverflow.com

Are there any DBs for Java that can be run in an embedded mode with some tables being stored in-memory while loading others from disk? H2 and JavaDB seem to ...

2. Configuring Quercus to talk to JavaDB    stackoverflow.com

I am trying to get the Quercus PHP engine to connect with the JavaDB. I have successfully deployed Quercus in Glassfish, but I can't get Quercus to successfully connect with my ...

3. Is it possible to run Java DB from read-only media in embedded mode?    stackoverflow.com

I want to use Java DB in embedded mode in a Java application running from a CD-ROM. Does anyone have any experience of doing this? Will it work? The database will ...

4. NETBEANS JAVADB - How do I integrate a JavaDB DataBase into my main Java Package    stackoverflow.com

JAVA I am working on a desktop application which uses JavaDB. I am using NetBeans 6.8 and JDK 6 Update 20 I created the database I need and connected to it through my application ...

5. Create autoincrement key in Java DB using NetBeans IDE    stackoverflow.com

I'm coming from MySQL world, please help. Is it possible to create autoincrement key from NetBeans IDE in JavaDB? Do you use some more advanced db clients, which? Thanks.

6. Distribute a database made with JavaDB with Java program    stackoverflow.com

I'm creating a program in Java in which I have to use a lot of tables. I made the decision to create all those tables in a JavaDB file. However, now I want ...

7. Need help on loadin text file in database using java    stackoverflow.com

I have a requirement to load text files in to access db.Fo example i have 10 test files saved in c://Input file names format is 123_File1.txt etc. The table contains two ...

8. how can i delete javaDB database folder    stackoverflow.com

I am using JavaDB in my application,different database files are created on each operations and i want to delete all database files at the close of application but on close database ...

9. How to use javadb as sql parser    stackoverflow.com

About a month ago i built an application that used zSQL as the SQL parser to parse sql. However, just few days ago, a heave duty user sent in a ...





10. J2SE and Java DB    stackoverflow.com

Greetings, My Java experience is limited, but I have a fair enough understanding of it. With that in mind, I am attempting to write a mobile application with a self-contained database -- ...

11. Java Db- Many to many relationships    stackoverflow.com

Here I have three tables with many to many relationships between two tables, and o fcourse the third table as linker table. Now I want to insert data to check either ...

12. Embedded nosql open source java database    stackoverflow.com

I'm developing an open source product and need an embedded dbms. Can you recommend an embedded open source database that ...

  • Can handle objects over 10 GB each
  • Has a ...

13. Externally browsing an Embedded JavaDB deployment    stackoverflow.com

I created and deployed a javadb-powered portable swing application. The app creates the javadb database folder as expected if it doesn't exist. Now the time may come when I would need to browse ...

14. JavaDB: get ordered records in the subquery    stackoverflow.com

I have the following "COMPANIES_BY_NEWS_REPUTATION" in my JavaDB database (this is some random data just to represent the structure)

      COMPANY       ...

15. How to fill Combo box from JAVADB    stackoverflow.com

I am using Java Netbeans 6.9.1. I have an Table Called Workers in JavaDB. I want to Display Names of Workers in to Combo box. I am using Combobox on JinternalFrame. Thanks ...

16. java.sql.SQLSyntaxErrorException: Syntax error: Encountered "80" at line 1, column 1100    stackoverflow.com

I get the following exception,

java.sql.SQLSyntaxErrorException: Syntax error: Encountered "80" at line 1, column 1100.
when I try to insert like the following! Any idea what this could mean??!
String insertString = "insert ...





17. log4j can't locate the database where to put the log messages    stackoverflow.com

I am trying out log4j to do log some information to a persistent datastore. I tried to use java db. I already created the database, named firstdb with the table named logging_data. but ...

19. Iniciate JavaDB within the code    forums.netbeans.org

Hi ! I'm building a desktop database application, and i chose JavaDB as my database. I've already done the connection to my database within the code, but i also want to ...

20. Netbeans and JavaDB Bug?    forums.netbeans.org

I'm not sure who or where to send this so I'm trying here first. I'm hoping to learn java but am having some problems building a suitable development platform. I've installed ...

21. JavaDB created by NetBeans NOT work    forums.netbeans.org

I created an embedded JavaDB by NetBeans by jdbc:derby:mydb in Windows XP Pro. It works well BOTH in Netbeans and my JDK6 Swing application by TopLink. However, when I moved the ...

22. Webstart and JavaDB slow performance    forums.netbeans.org

Hi all, I have created a simple java desktop database application just like the wizard does in netbeans. It connects to JavaDB and performs well when I run it locally. However ...

23. How to register JavaDB in NB6.8 ?    forums.netbeans.org

Hi Everyone, I want to register JavaDB (Derby) server in NB6.8 but without installing any Java plugins. I am using NB to work with RoR applications and I don't need them. ...

24. JavaDB missing after 6.8 install    forums.netbeans.org

I upgraded to netbeans 6.8 last night and tonight I was trying to do a tutorial on JavaServer Faces. It requires glassfish. The update installed glassfish v3. I cannot start glassfish ...

25. Embedded JavaDB problem.    forums.netbeans.org

You have to select services, database node, driver node then select java DB (embedded) connect using new database connection window appears. In the database field write the database name like this ...

26. How to setup JavaDB startup heap size in netbeans 6.5    forums.netbeans.org

Hi I am using derby database in my JPA project. while running query i am getting out of memory heap space error. So i need to increase java db startup size ...

27. JavaDB is being a pain.    forums.netbeans.org

Ok, so I'm new to netbeans and databases and I need some help. I installed netbeans, the jdk, and the JavaDB files (as well as the derby folder) onto my flash ...

28. Where to install JavaDb    forums.netbeans.org

Hi... Where shouls i install JavaDB? Under Netbeans directory? Under Java Directory? When i install JavaDB , by default it goes to C:\Programs\Sun However when i go on NetBeans Tools > Databases as the tutorial says, and i am following the Netbeans Tutorials, i don't see the Databases entry , so i can't keep on going. Maybe i made something wrong. ...

29. How to declare Relative Paths for JavaDB embedded app?    forums.netbeans.org

I want my deployed javaDB embedded app to have a relative JavaDB connect string. As shown in the attachment, the properties of my JavaDB is absolute path: c:\users\barton\documents\netbeansprojects\databases Then the connection has the connect string "jdbc:derby:C:\c:\users\barton\documents\netbeansprojects\databases\keywords" The the persistence.xml has the same connect string. When I create a deployable JAR and run it, of course it picks up the keywords db ...

30. deploying JavaDB webapp - default db password?    forums.netbeans.org

Hi, I'm trying to deploy mi 1st JavaDB webapp. I created the database on my devel machine using the Netbeans 6.9.1 "Services" tab... but now, on the production server, there's no Netbeans... I have glassfish v3 installed and running along with JavaDB, which listens on port 1527 of the server. However if I try to connect to it by making a ...

31. deploying JavaDB webapp - Table/View does not exist    forums.netbeans.org

Default password is root/root (I wonder why it did not work when I tried it first time). However now I have a different problem. I created the database schema and tables on the server, but my webapp still can't find them. I get exceptions (only on the server, on my devel pc it works ok): org.apache.derby.client.am.SqlException: Table/View 'EVENTI' does not exist. ...

32. Do we need to have JavaDB in the v3 bits?    forums.netbeans.org

33. Re: Do we need to have JavaDB in the v3 bits?    forums.netbeans.org

34. Using javaDB    coderanch.com

35. JavaDB getting started    coderanch.com

I do not see a direct forum for this topic. The problem is that JDK 1.6 load 3 and above claims that include JavaDB, however I see all JavaDB directories empty after an installation. Can somebody refer to a good getting started guide explaining how to get actual JavaDb installed with JDk installation, obtaining connection and so on? Installing Derby separately ...

36. JavaDB: Questions about Procedures    coderanch.com

I'm working on a problem involving a JavaDB database and I wanted to try a Stored Procedure solution. However, after reading all the JavaDB material I can get my hands on, it appears that "Stored Procedures" as I know them are not supported. Is this correct? The JavaDB reference manual explains how to create "Procedures" which basically seem to point right ...

37. Can any one Help me with MDI application and JavaDB?    coderanch.com

hi guys I am just trying to make a MDI application with embeded database. I have decided to use JavaDB to develop a embeded database. I could not find enough resourses about JavaDB and embeded database in MDI application. I tried many examples with netbeasn tutorials, but that is not enough, as I have many InternalJFrames and internal windows need to ...

38. How do you start JavaDB outside IDE?    coderanch.com

39. creating many-many relationships in javadb    java-forums.org

Hi, I need to create some many-many relationships between two tables and want to use a link table to do this. It is rather simple and standard but can't figure out how to do this in javadb. tab1 pk1 .. .. tab2 pk2 .... tab1_tab2 pf_k1 pf_k2 /* the above represent a compound primary key */ How on earth do I ...

40. Help setting up JavaDB    java-forums.org

41. lexical error in javadb    java-forums.org

i through mysqldump loaded all my create definition in a sql file now i am copying the data from that sql file into the netbeans sql editor while working on java db , the following error is coming : Error code -1, SQL state 42X02: Lexical error at line 1, column 14. Encountered: "`" (96), after : "". why this is ...

42. javadb syntax error    java-forums.org

i am using javadb and using the following line in it and i am using the natural command and the javadb is saying that natural is a syntax error , kindly tell me how it can be a syantax error. I used the following line as : select AccessionNumber, b , c from app.ab natural join app.bookinfo Actually , i am ...

43. Special characters JavaDB into Java    java-forums.org

I have a Derby database with a table that contains string data with special characters. For example, H2O, where the 2 is subscripted. I want to display this string correctly in Java. I'm trying to do this with HTML. But when I import the string from the DB, the HTML formatting is ignored. For example, the database string "H2O" does not ...

44. Start JavaDB Server by command    forums.oracle.com

Hi all, I'm using Java JDK 6 with NetBeans 5.5.1 and JavaDB. I try to start JavaDB Server by command: java -jar C:\Program Files\Sun\JavaDB\lib\derbynet.jar start or C:\Program Files\Sun\JavaDB\bin\startNetworkServer.bat, and run my java application, it's not working. My java app only runs when I start JavaDB Server in NetBeans (Choose Tools > Java DB Database > Start JavaDB Server). Anyone has this ...

45. JavaDB: javadb-10_2_2_0-linux.bin install fails    forums.oracle.com

try the JavaDB forum... if I answered that the rumour is that we'd be overrun by all kinds of people asking everything from "how to bake a cake" (which I can answer with some authority) to how many emphanarian pisquibles are there too an aardvark (to which the answer is induibabatbly 42). ... but I can tell you that the script/bat ...

46. JavaDB Registration Issue    forums.oracle.com

I am trying to set up JavaDB on NetBeans, but, although I have the the Embedded driver installed, no where can I find the option to register JavaDB. I do not have GlassFish installed -- I just downloaded the JAR files and unpacked them into a local directory. Does any one have a solution or suggestions? I'm running NetBeans IDE 6.8, ...

47. [JavaDB] Best practices for installation    forums.oracle.com

Hello, this topic is related to java DB, but is not a JDBC problem, so I deem that Java Database Connectivity (JDBC) was not the best fit; I post it to this more general forum, on the grounds that it's a deployment question regarding a standard JDK component. We (are only starting to) develop a JavaSE application that will require a ...

48. How to configre JavaDB ?    forums.oracle.com

49. JavaDB help?    forums.oracle.com

Exception in thread "main" java.sql.SQLNonTransientConnectionException: java.net.ConnectException : Error connecting to server SQL09.FREEMYSQL.NET on port 1527 with message Connection timed out: connect. at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source) at org.apache.derby.jdbc.ClientDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:185) at jad.net.SQLServer.(SQLServer.java:21) at jad.net.SQLServer.getSingleton(SQLServer.java:57) at jad.World.createSingletons(World.java:33) at jad.World.main(World.java:22) Caused by: org.apache.derby.client.am.DisconnectException: java.net.ConnectException : Error connecting to server SQL09.FREEMYSQL.NET on port 1527 with message Connection timed out: connect. ...

50. Start JavaDB Server by double click on an icon    forums.oracle.com

Hi all, I'm using Java JDK 6 with NetBeans 5.5.1 and JavaDB. I try to start JavaDB Server by click on an icon (C:\Program Files\Sun\JavaDB\bin\startNetworkServer.bat) and run my java application but it's not work. It's only work when I start JavaDB Server in NetBeans. Anyone know why? Please help. Thanks in advance.

51. JavaDB getConnection    forums.oracle.com

"Where is Java DB in Sun Products? Java DB is currently included with the Java Enterprise System as the Application Server's developer database, and the Portal Server and Service Registry's data stores; it is supported by NetBeans 5.0, Java Studio Enterprise and Java Studio Creator; and, it is included as the out-of-the-box development database in the Sun Java Application Server PE ...