Results 1 to 4 of 4
- 03-23-2012, 07:22 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 8
- Rep Power
- 0
Embedded Database : SQLite or Derby Database
Hi, its me again. Pardon me for asking silly question if you feel.
My project requires embedded database, so that i can port my application to another system where i can create tables and ensure data can be entered, displayed(analysed).
I am using netbeans 7.1.1. I have already installed sqlite supporing JDBC. But now i am in confusion whether to go with SQLite or Derby database for my project. Both are new for me. I worked with Mysql before and read SQLite & Derby are not different either. So, no problems in that.
Using Derby, will make my project platform independent, right?
I will saving the data (lots of tables created, each table containing minimum 10 rows, 5 columns to maximum 600 rows, 20 colums) for future use... so which one will be better? Derby or SQLite?
Which one is faster? (Don't want my application hang in middle :) )
I have already finished 40% of coding with MYSQL database. Hope, now switching to either SQLite or Derby won't give me lot of headache in debugging :)
Thanks,
Vishnu Kumar
- 03-23-2012, 09:35 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Embedded Database : SQLite or Derby Database
600 rows is nothing in database terms.
I'd go for the platform independence of Derby, personally.Please do not ask for code as refusal often offends.
- 03-25-2012, 10:20 AM #3
Member
- Join Date
- Mar 2012
- Posts
- 8
- Rep Power
- 0
Re: Embedded Database : SQLite or Derby Database
Thanks for reply Tolls)... I too like to make my project platform Independent.
I figured a way to work with SQLite. But i will try with Derby next week, because for now i need to submit the code(50%) during my review on April 2nd.
Btw, SQLite is really cool :)
- 03-26-2012, 10:50 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Similar Threads
-
SQLite database at FTP server
By Matko in forum JDBCReplies: 11Last Post: 02-14-2012, 09:42 AM -
Derby database problem
By rjain in forum New To JavaReplies: 1Last Post: 09-22-2011, 12:36 PM -
Deploy derby database
By Muaz.Sh in forum NetBeansReplies: 11Last Post: 03-17-2011, 06:02 PM -
Embedded Database ?
By Prajin in forum JDBCReplies: 8Last Post: 09-27-2010, 06:44 AM -
Using Derby Database in Netbeans
By DavidG24 in forum New To JavaReplies: 1Last Post: 09-14-2009, 01:29 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks