473,386 Members | 2,050 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Need a database compact edition (FREE)

PhpLover1984
Hello,

Which dbms (compact and free) do you advice me to use with my first Java desktop single user database application, with supporting standard SQL, and which I can install with my exe application without any changings on the computer settings (windows or unix/linux).

Thank u for the answer in advance
Apr 28 '09 #1
6 2126
JosAH
11,448 Expert 8TB
Java 1.6 comes with its own small relational database management system (also completely written in Java). It's Derby from the Apache project, renamed by Sun to JavaDB. It comes bundled with your distribution (including all documentation).

kind regards,

Jos
Apr 28 '09 #2
cmdr
3
I think SQLite(http://sqlite.org) is the best.
For a JDBC driver look at: http://www.zentus.com/sqlitejdbc/

By the way, Mozilla Firefox is using it too
in order to store internal urls history, etc
May 7 '09 #3
I am going to use netbeans for developing my small application. Which choice is the right one for me? JavaDB of SQLite?

Thank you/ dank u. :)
May 8 '09 #4
JosAH
11,448 Expert 8TB
@PhpLover1984
Netbeans doesn't have anything to do with a database management choice; JavaDB is already installed on your disk if you have the JDK 1.6 installed; maybe SQLLite is a better choice; maybe not.

kind regards,

Jos
May 8 '09 #5
@JosAH
I know what you mean. I asked if I can use netbeans as a tool to handle the administration of JavaDB.
May 8 '09 #6
JosAH
11,448 Expert 8TB
@PhpLover1984
There hardly is any administration; you can create schemas and tables and views etc. You can grant or revoke rights to/from users. All can be done through simple data definition statements. There are a few tools that come with the package but I haven't used them at all. Read the documentation; it possibly is installed on your hard disk already.

kind regards,

Jos
May 8 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: B Golash | last post by:
Hi I`m trying to install a third-party control. During the install I receive this error...see the url below. I have no idea as to the meaning of the error. ...
1
by: Asad Khan | last post by:
Hi, I have Visual Studio 2002 Enterprise Architecture Edition. I was wondering if anyone has any information on how I can develop applications for .Net Compact Framework using this IDE. I've heard...
14
by: L Mehl | last post by:
I tested a FE/BE application developed in A2000 on a A2002 machine and got this message when exiting the app. Clicking the only available button "OK", exits the application, as intended. The FE...
5
by: Susan Bricker | last post by:
Greetings. I just discovered the 'Compact on Close' option in Access-Tools-Options-General Tab. It certainly sounds like a smart idea to me. But before I turn that option on I thought I'd check...
10
by: C# Beginner | last post by:
Hi there, I'm currently trying to create a MS access file at runtime, but I stumble into some problems. 1. When I use Datatype adUnsignedInt I get an error (invalid type). 2. Which datatype...
5
by: John | last post by:
Hi I have a typical front end/back end access app. Additionally a vb.net app accesses the backend mdb file every few minutes and runs insert and update queries on some table. The data to be...
21
by: nihad.nasim | last post by:
Hi there, I have a database in Access that I need on the web. The web page should connect to the database and write records for certain tables and view records for others. I want to know a...
6
by: Noble | last post by:
I am getting ready to write a shareware app in .Net using C# (actually convert a VB shareware). I currently use a third party dll for the data management. It is called the Tsunami Record Manager. I...
14
by: Johnny Jörgensen | last post by:
Hi all I just saw an ad in the latest ComponentSource newsletter for a database engine called VistaDB 3.0. http://www.vistadb.net/default.asp It looks very interesting as a database engine...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.