Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old September 3rd, 2003, 05:41 AM
a_sheldon a_sheldon is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 8 a_sheldon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Databases

I have been using Microsoft Access to create database applications for the company I work for, for quite some time now and I am starting to get rather a lot of problems as I introduce more complex code and quiries. I think its time I moved on and looked at other options. Does anyone know or can anyone recommend what development tool or tools I should look at and possibly use.

Reply With Quote
  #2  
Old September 3rd, 2003, 09:22 AM
bcyde's Avatar
bcyde bcyde is offline
Me likey breadsticks...
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jan 2003
Location: Los Angeles
Posts: 1,189 bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level)bcyde User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 1 h 12 m 57 sec
Reputation Power: 12
Send a message via AIM to bcyde Send a message via Yahoo to bcyde
What are the requirements for your projects and what scale? Are your projects web based, do they need to be able to be distributed, how many people will use it, what platforms do you want to be able to support, etc.

By no means am I an Access fan, but I would advocate tweaking your db structure/queries to see if you can squeeze out more performance before moving on. If everything's designed well, and you still need more performance/features there's always my favorite, PostgreSQL , then again without more info about your specific situation, I'm not sure how relevant my suggestion is.

-b
__________________
PostgreSQL, it's what's for dinner...

Reply With Quote
  #3  
Old September 6th, 2003, 05:52 PM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 274 mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 19 h 57 m 57 sec
Reputation Power: 9
Re: Databases

Quote:
Originally posted by a_sheldon
I have been using Microsoft Access to create database applications for the company I work for, for quite some time now and I am starting to get rather a lot of problems as I introduce more complex code and quiries. I think its time I moved on and looked at other options. Does anyone know or can anyone recommend what development tool or tools I should look at and possibly use.

What develpment tools (ide) are you using ?

May i suggest firebird sql server (from http://www.ibphoenix.com)

http://prdownloads.sourceforge.net/...3.972-Win32.exe

If you need an administration tool you can download from this address (Ib expert)
http://www.hksoftware.net/download/...5.0.56_full.exe
__________________
My home page: http://www.firebirdsql.org and work place :http://www.reea.net

Reply With Quote
  #4  
Old September 8th, 2003, 03:39 AM
kfickert's Avatar
kfickert kfickert is offline
Capt'n
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Posts: 541 kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 4 h 32 m
Reputation Power: 8
MySQL is my first choice. While PostgreSQL support more advanced features and is a true Relational Database Management Systems (I hope I got that acrymn corrent, its about 3:30AM), MySQL is still the speed demon and I have deployed it now for almost 5 years for various tasks.

I have heard a lot of talk about FirebirdSQL, its too new. Its great for development, but if your in the business world and need dependablity, MySQL and PostgreSQL have been tested.

I know of at least one major research/teaching hospital that uses MySQL with over 40Million rows of data and seem to run it quite well on a Linux Cluster.

Also, there are some tools out there that will help in coverting and importing your access database to mysql. Its a script called access2mysql if I remember correctly.

MySQL will hold performance right up there with Orcale to what, about 50 Million rows the last time I really read into the subject. Plus MySQL is proably the most widely used and proven database package in the world and you can't beat the cost...free!

Reply With Quote
  #5  
Old September 8th, 2003, 04:00 AM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 274 mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 19 h 57 m 57 sec
Reputation Power: 9
Red face

Quote:
Originally posted by kfickert
I have heard a lot of talk about FirebirdSQL, its too new. Its great for development, but if your in the business world and need dependablity, MySQL and PostgreSQL have been tested.


The firebird(interbase) is older than you think
http://www.wikipedia.org/wiki/InterBase
Quote:
Also, there are some tools out there that will help in coverting and importing your access database to mysql. Its a script called
access2mysql if I remember correctly.

There are many tools for firebird/interbase too

http://www.ibphoenix.com/main.nfs?a...e=ibp_mig_tools
Quote:
MySQL will hold performance right up there with Orcale to what, about 50 Million rows the last time I really read into the subject. Plus MySQL is proably the most widely used and proven database package in the world and you can't beat the cost...free!

Mysql isn't free if you sell comecial applications
Firebird is free for commercial and opensource
application (Mozilla Public Licence)
Also about speed, Yes is true Mysql rocks on speed but not always the only thing matter in these days , and if there are many connections
to mysql it doesn't scale well (Java odbc connections)

Last edited by mariuz : September 8th, 2003 at 04:43 AM.

Reply With Quote
  #6  
Old September 8th, 2003, 05:43 PM
kfickert's Avatar
kfickert kfickert is offline
Capt'n
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Posts: 541 kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 4 h 32 m
Reputation Power: 8
I've tested interbase before on Cobalt Raq boxes, and everytime MySQL was the clear choice for what we were doing, mainly because of the large resource of exiting OSS applications that use MySQL on the backend.

Reply With Quote
  #7  
Old September 9th, 2003, 02:45 AM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 274 mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level)mariuz User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 19 h 57 m 57 sec
Reputation Power: 9
Quote:
Originally posted by kfickert
I've tested interbase before on Cobalt Raq boxes, and everytime MySQL was the clear choice for what we were doing, mainly because of the large resource of exiting OSS applications that use MySQL on the backend.

Just try firebird (it has many bugs fixed from that version of interbase) , Now there is a php extension for it and many OSS applications (if they are written with standard sql) can be ported on firebird , one example is phpbb

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > Databases


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway