appleretailguy said:Is MS Access really that GOOD or is it so sought after because everyone uses it (alá Windows)?
Codeweavers are most likely working on a Mac port of their 'Crossover Office' product that will allow you to run Access under OSX, so it may well be possible soon.robbieduncan said:NO.
MS Access is written for Windows. Just because OSX is running on an Intel CPU does not make it Windows.
BornAgainMac said:Trying looking for a WINE port for Mac OS X. Then you can run Access without Windows (maybe)
czarjosh said:Will we be able to finally use Microsoft Access on our Macs? If this was possible my compouter could finally be a MAC!!!!
Nope, that would be ExcelJosh said:Microsoft Access is probably the one good thing they make.
My god, that sounds like a disaster waiting to happen. They keep that much data in an Access database? They really should be using a proper DB for something like that.It's really great, very powerful, and actually works nicely.
All kinds of business and corporations use Access databases and programs for all sorts of things.
In Michigan, all of student data is kept within Access databases - every school in Michigan, all their students, their performance, curriculum, courses, and a whole plethora of other data is stored in these databases.
It's entirely appropriate - large-scale applications is what Access was designed for, and works incredibly well at.dr_lha said:My god, that sounds like a disaster waiting to happen. They keep that much data in an Access database? They really should be using a proper DB for something like that.
I use Access at work, and for small stand alone databases with easy front ends its fine, but anything bigger than that and its really not appropriate.
Josh said:It's entirely appropriate - large-scale applications is what Access was designed for, and works incredibly well at....
The number of users varies with what the users are doing.kingjr3 said:I didn't see the sarcasm tags here...you really can't be serious? First, Access only supports 255 users - I would hardly consider this large-scale.
Very, very, few databases reach that limit. And, once the limit is reached, Access databases, like most in gov't offices, can be linked indefinitely. You could link two 2gb databases, 3 of them, 10 of them, etc. Individual db size limit means nothing if db's can be linked.kingjr3 said:Second, Access has a 2GB limit on database size, again barely scratching the large - scale surface - not to mention data security, transactional auditing - the list goes on....and on....and on.
Very true - good link, btw. Have you read it?kingjr3 said:Even MS has a paper that tells you when to use Access and when to use an Enterpise level database such as MS SQL Server or some other...
kingjr3 said:Anyways, I'll politely disagree and would take that wager of yours in a heartbeat...Now how do we prove who's right?
Josh said:But considering MS Access is the most popular database software in the world, I'm still betting on it.
Josh said:Very, very, few databases reach that limit.
dejo said:MS Windows is the most popular OS in the world. Not sure I like that logic.
kingjr3 said:Anyways, I'll politely disagree and would take that wager of yours in a heartbeat...Now how do we prove who's right?
Josh said:If so, you'd see that the article strongly suggests Access in scenarios such as state/federal gov't offices.
Although Access databases (using the Jet engine) can be password protected and encrypted, these databases do not have the same level of security as SQL Server or mainframe database systems. If data security is critical, a SQL Server solution is the better choice. SQL Server offers 128-bit encryption and storage in a remote location from the user and application. Combined with Web services, SQL Server allows distributed data in a controlled and highly secure manner.
The same is true for all the people who have large "databases" in Excel, just do it right. And given that SQL Server Express is currently free, why would you even consider using Access with a JET database even for the smaller desktop/workgroup setting?robbieduncan said:Access is OK for small time desktop use, a few tens of thousands of rows at most. For anything more do it properly.
Not to mention MySQL and PostgreSQL, which are both way more suitable for larger databases than Access and free.balamw said:The same is true for all the people who have large "databases" in Excel, just do it right. And given that SQL Server Express is currently free, why would you even consider using Access with a JET database even for the smaller desktop/workgroup setting?
B