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

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old November 8th, 2003, 03:08 PM
thecharking thecharking is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 187 thecharking User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to thecharking
best way to go w/code and database

ok so I am making a website for this company that wants to do transactions of orders and such; the company is a moving organization that arranges for the move, but doesnt do the move itself. So I had some questions:
I am working another programmer. But she is saying some things that I think aren't quite accurate but I just don't know.
she wants to use coldfusion for this project. I know php. I may be doing just the design anyway. I don't see any problem with cfm but I'm just setting this question up...
she says we need to go with microsoft sql server or oracle? I suggested mysql as it is cheaper and my friend had recomended it, and I use it myself. she was saying it may not have something that apparantly the others have, an up-to-the-moment backup? As far as I know, I can dump my mysql tables and such, but, can you recover something if it hasn't been dumped? some of these may be basic questions...
is cfm good with mysql? does it matter? Like I said I've only worked with php/mysql.
what kind of host should we be looking at? how much monthly traffic? I know these are questions that probably can't be answered with this little of info.
I would appreciate any articles, info, or suggestions about what the differences are between databases.
__________________
hey it's the CHARKING

Reply With Quote
  #2  
Old November 8th, 2003, 04:24 PM
avit avit is offline
Not Yet Perfect
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Squamish, BC
Posts: 111 avit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via ICQ to avit
I think the argument she is trying to make is that MySQL isn't ACID compliant:

Atomicity - All elements of a given transaction take place or none do.

Consistency - Each transaction transforms the database from one valid state to another valid state.

Isolation - The effects of a transaction are not visible to other transactions in the system until it is complete.

Durability - Once a transaction has been committed, it's effects are permanent-- even if the system crashes, or a disk dies.

MySQL has this to say about their product:

http://www.mysql.com/press/release_2002_11.html

Basically if you use version 4.0, it comes with InnoDB tables as the standard feature, so you get ACID-compliant transactions out of the box.

If you want something even more robust than MySQL, yet still free, you might want to look at PostgreSQL. Some people say it's better, some even prefer it to Oracle. Depends on your project of course.

Reply With Quote
  #3  
Old November 8th, 2003, 06:18 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
Is ACID commonly referred to as "rollback"?

Reply With Quote
  #4  
Old November 10th, 2003, 07:07 AM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Stumpy, my take is that rollbacks are a necessary product of ACID compliance.

Thecharking, I've never used cfm, but I know lots of developers scoff at it; that said, lots of developers also scoff at PHP or at Windows as a whole. As for what database management system to use, you're probably going to be pretty much at the mercy of whatever hosting company you choose. And most don't have Oracle just built in. Most'll give you mysql, I'd wager. As avit points out, mysql 4.0 does allow you to use transactions. MS SQL does as well, but your client had better be willing to pay some hefty licensing fees and probably to buy and set up a server. My guess is they're pretty small potatoes and aren't prepared to dedicate great resources to the project (no offense intended, but if this were a high priority for them, would they hire inexperienced developers? That's not a criticism of you but a question about the company's priorities and concern for their business systems.) I'm dubious about going with a Windows hosting group, as they're probably reluctant to keep servers patched, and your data might as well not be replicated if it's vulnerable anyway. I'd recommend looking for a host that'll run mysql 4 or postgresql.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesDatabase Development > best way to go w/code and database


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

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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





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