If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Access is for desktop or web Apps BUT MySQL is ONLY for web Apps ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-09, 16:38
lse123 lse123 is offline
Registered User
 
Join Date: May 2007
Posts: 139
Access is for desktop or web Apps BUT MySQL is ONLY for web Apps ?

Access is for desktop or web Apps BUT MySQL is ONLY for web Apps ?
May Java desktop Apps use MySQL...If yes, how much space take the database structure in the App, if for example data in database reach 1MB exactly...?
Reply With Quote
  #2 (permalink)  
Old 10-20-09, 16:59
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
MySQL is a database server, and is appropriate for any type of database application.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #3 (permalink)  
Old 10-21-09, 03:14
lse123 lse123 is offline
Registered User
 
Join Date: May 2007
Posts: 139
mysql is appropriate even for offline, windows desktop apps [eg. JAVA]?
Reply With Quote
  #4 (permalink)  
Old 10-21-09, 03:32
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
mysql is a database server its suitable for virtually any application (web, desktop, corporate or whatever) usage

however it does have some limitations, especially in the secuirty model.
like all db products it depends on what version you use V5 is a better than V4 and there can be significant differences between builds of the same version.

its not as sophisticated or rounded as other server db's.

ultimately it depends on what you want to do, how you want to interact with the db. what your budget is what your knowledge is.

the number of people working as MySQL DBA's is a far smaller pool than other db's, so that could be a problem
its support for stored procedures / triggers is not as sophisticated as others.
it can be blisteringly fast at retrieving data.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 10-21-09, 04:39
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
Quote:
Originally Posted by lse123
Access is for desktop or web Apps BUT MySQL is ONLY for web Apps ?
Wouldn't you do better using a RDBMs that's actually designed to run within applications ie something like SQLITE.
Reply With Quote
  #6 (permalink)  
Old 10-21-09, 09:11
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Maybe he wants a bona-fide SERVER....
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #7 (permalink)  
Old 10-21-09, 09:52
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
It's difficult to tell what he really wants - the question marks seem to appear as random punctuation but perhaps if he tells us what he's trying to do then we can offer better suggestions :
  • Is it a stand alone application or a web based application?
  • Do you want a database that multiple users can talk to?
  • Do you want a database that just one instance of an application can talk to?
  • Are you using Java for the application?
  • Why is space so important?
  • Are you looking for any special database features?
Reply With Quote
  #8 (permalink)  
Old 10-25-09, 15:16
lse123 lse123 is offline
Registered User
 
Join Date: May 2007
Posts: 139
stand alone application
one user or network app multiple users
one instance of app or many^
yes JAVA or VB
this is my first app , so I ask about space
no just do simple db jobs
Reply With Quote
  #9 (permalink)  
Old 10-25-09, 18:33
kristofer kristofer is offline
Registered User
 
Join Date: Sep 2008
Posts: 32
Quote:
Originally Posted by lse123
stand alone application
one user or network app multiple users
one instance of app or many^
yes JAVA or VB
this is my first app , so I ask about space
no just do simple db jobs
I think you're looking for an embedded db (e.g. derby or hsqld for java)
Reply With Quote
  #10 (permalink)  
Old 10-25-09, 18:50
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
I thin it depends entirely on the eventual use of the app
an embedded db may be the smart choice, a server db may be a smart choice. the smarted choice may be to build support fo ras many db's as required and implement them through composition classes
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #11 (permalink)  
Old 10-26-09, 02:54
lse123 lse123 is offline
Registered User
 
Join Date: May 2007
Posts: 139
Access is embedded db ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On