> > CF7, Shared server at crystalTech, MS Access > > Maybe the problem is using a desktop database not designed > for multiple > users as the basis for a multi user application ;)
I agree. I've always wondered why so many CF developers love to use Access for projects. It's not free, and it's wasn't designed for concurrency. I know the latest versions are better, but I'd still avoid it. MySQL is free and is awesome at handling large loads, and has no size restrictions on your hardware. If you're afraid of trying something new, you could by Ben Forta's book MySQL Crash Course: http://www.forta.com/books/0672327120/ If you insist on Microsoft products, you can get SQL Server Express for free, although it has hardware limitations (1 CPU, 1 Gig RAM). So why use Access? I don't know, but lots of folks continue to do it everyday... ------------------------------------------------------------------------------ This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ============================================================================== "EMF <idahopower.com>" made the previous annotations. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260692 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

