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 > Hello and question :p

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-06, 13:31
Dathmar Dathmar is offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Hello and question :p

Hey there, good to join another great community. I'm very very new to the whole database thing so I'm sure I will have lots of questions as time goes on, but be assured I can use the search funtion. Before I do that seeing as I'm already here I'll just ask about some stuff spacific to my situation.

I work in a research lab, and we keep a database of all our DNA samples that come in. But because this database is run with a really old program called RBASE. Now RBASE itself is really nice in the 7.5 incarnation...I think we are running 1.0. We have a 486 that we boot into DOS to run the program. It's the most sad situation I have ever seen. But because the big boss is smarter than everyone that's what we are sticking with. That being said we want to start a personal DB down the hall, but I don't know which database software would be the best for our situation. We have currently 30k+ samples in our old DB. I could see this getting a lot larger making Access out of the question (which it never really was to start with.) I'm thinking mySQL, but it would be nice to get some other options aswell before I start developing something from scratch.
Reply With Quote
  #2 (permalink)  
Old 09-06-06, 16:47
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
You might also check Oracle Express Edition (XE) - free version, fully functional, can hold up to 4GB of data (it seems that your 30.000 samples is piece of a cake if compared to 4GB). Check it on the Oracle Technology Network.

As I've heard, MS SQL Server also offers the same as Oracle - free Express Edition database.
Reply With Quote
  #3 (permalink)  
Old 09-07-06, 08:45
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
unless each of the 30K samples is over a megabyte, Access will quite easily support your data

mysql is a very good choice because it's so easy to set up (even a fool like me can do it) and of course it's lightening fast
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #4 (permalink)  
Old 09-07-06, 10:49
Dathmar Dathmar is offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Yeah the 30k that we have now is pretty easy to handle, but we get in more samples all the time, and I could see the DB getting to be pretty big, and I don't want to run into any situations that might max anything out. I'll check out Oracle and mySQL today and see how they workout.
Reply With Quote
  #5 (permalink)  
Old 09-07-06, 11:51
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Sorry, but I would stay away from Oracle unless you have an Oracle dba on staff, or you want to become one. The administration of Oracle is no easy task.
MySQL, or Access, or SQL Server Express would be better choices.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #6 (permalink)  
Old 09-07-06, 13:10
Dathmar Dathmar is offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Yeah I think I like mySQL a little better. Now I just need to work on getting everything running like it should :-p
Reply With Quote
  #7 (permalink)  
Old 09-07-06, 23:37
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Make sure to check out DBDesigner it sits on top of MySQL and allows you to generate your MySQL DB from an ERD
__________________
visit: relationary
Reply With Quote
  #8 (permalink)  
Old 09-07-06, 23:39
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
I might add that the Oracle XE interface aint half bad considering its past.

I don't know why they insist on creation of tablespaces and databases being such smoke and mirrors crap.
__________________
visit: relationary

Last edited by certus; 09-07-06 at 23:54.
Reply With Quote
  #9 (permalink)  
Old 09-14-06, 11:14
pkstormy pkstormy is offline
Moderator
 
Join Date: Dec 2004
Location: Madison, WI
Posts: 3,925
My personal choice is SQL Server Express because it easy and quick to make changes to the structure, pretty self-maintaining, and works well with MSAccess (i.e. upsizing wizard). But to each his own.
__________________
Expert Database Programming
MSAccess since 1.0, SQL Server since 6.5, Visual Basic (5.0, 6.0)
Reply With Quote
  #10 (permalink)  
Old 09-14-06, 11:44
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
Quote:
Originally Posted by certus
Make sure to check out DBDesigner it sits on top of MySQL and allows you to generate your MySQL DB from an ERD

I wouldnt bother with dbDesigner. it is noi longer supported, doesn't work with mor emodern versions fo MySQL.

Its in the process of being replaced by WorkBench by MySQL, which is being reeleased with the administrator & Query Browser. It isnt a finished product as yet

http://dev.mysql.com/downloads/gui-tools/5.0.html
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #11 (permalink)  
Old 09-14-06, 13:11
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
Healdem, you have a vermin on your computer. Eats your letters
Reply With Quote
  #12 (permalink)  
Old 09-15-06, 14:11
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Hi healdem, made note and updated my version of MySQL.

Thanks.
__________________
visit: relationary
Reply With Quote
  #13 (permalink)  
Old 09-15-06, 15:32
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Eeeech. Workbench is an Alpha version. Don't let it near your data.

Loaded with potential, nonetheless.
__________________
visit: relationary
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