473,386 Members | 1,793 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Access versus The Rest

52
Not exactly sure where this should be posted, but is it possible to request an insight article??

The drive of which would be the main differences between the DB types.Like Access, MySQL or SQL Server, what would each one be used for, and maybe the a little bit on how a simple DB would work with each??
Mar 12 '09 #1
9 1453
NeoPa
32,556 Expert Mod 16PB
Insight articles are normally done by people when they have something they want to share. This is often triggered by finding a number of questions with the same fundamental requirement.

While there's nothing invalid about such a request, I wouldn't expect much in the way of a response.

Frankly, I fail to see the need for such a request. A simple question would do (with normal responses). If this is something that's been requested of you, then that is not something you should be asking. We answer questions where we can, but we're not a free resource to do work for members.

I'm not assuming that's why you're asking this. Just explaining the situation.
Mar 12 '09 #2
Chinde
52
Thanks for making it clear.

I understand your point, but maybe in myself flagging this up an expert here may realise that the article I've suggested is exactly the type of article they would like to write, who knows.

I have to admit that being a novice in the world of databasing the issues I outlined can be quite confusing and I have often heard people taking about the limitations of access versus brand x.

Finally, if anyone knows of such an article please point me in the right direction as I would love to learn more.

Thank you.
Mar 12 '09 #3
NeoPa
32,556 Expert Mod 16PB
@Chinde
Very true. Let's see if anyone feels inspired. It's not a bad idea for an article as it happens.
Mar 12 '09 #4
Krandor
50
@Chinde
Here is a start:

Access is easier for newbies. It is possible for someone with almost no database experience to create a simple database application. Unfortunately, those simple applications don't scale well when muliple users are involved.

Access is for small applications with 1 to up to about 10 users connected at the same time. Anything more and it will seriously choke.

MySQL or SQL Server are for more experienced database developers. They can handle millions of records in their tables and potentially hundreds of concurrent users. There are lots more powerful features to manipulate and present data that are not available in Access.
Mar 24 '09 #5
Chinde
52
Thank you that is very helpful, just to know the scope of an access application is very useful. It has put my mind at rest that I am using the right stuff for my relatively small needs. Do you know of any good websites to have a look at to get me going in the direction of MySQL or SQL server?? Just for my own curiosity really.

Again thank you.
Mar 25 '09 #6
MrDeej
157 100+
@Krandor
Nr1. I have runned an Access application with 20 concurrent users without problem. I mainly rely on ADO programming and use unbound forms and objects for all information input/output.

Nr 2. SQL servers can be used trough access with almost no difference from normal Access. I use a combined Access table and SQL tables in my database and the programming experience is the same after the SQL tables is created and connected
Mar 25 '09 #7
Chinde
52
Nr 2. SQL servers can be used trough access with almost no difference from normal Access. I use a combined Access table and SQL tables in my database and the programming experience is the same after the SQL tables is created and connected
So what you are saying is that if my database needs to grow I could still keep all of my hard work on the access FE VBA coding and all and just link to a different BE which could be on the SQL Server??
Mar 25 '09 #8
MrDeej
157 100+
@Chinde
yes. SQL tables function the same as Access tables when they are linked up. The difference is when you are going to make changes to field formatting and field types and so on
Mar 25 '09 #9
Chinde
52
Excellent. Thank you all, I feel much happier just building an access based DB, which, if need be can be scaled up easily.

I guess that this should have been my question originally.
Mar 25 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

30
by: franky.backeljauw | last post by:
Hello, I am wondering which of these two methods is the fastest: std::copy, which is included in the standard library, or a manually written pointer copy? Do any of you have any experience with...
12
by: Fred | last post by:
Has anyone a link or any information comparing c and c++ as far as execution speed is concerned? Signal Processing algorithms would be welcome... Thanks Fred
9
by: Rob | last post by:
Scenario: O/S: Win XP Professional Back-end: Access 2002 on network server I have an Access 97 application, in production on our network, that takes appoximately 5 minutes to process monthly...
35
by: deko | last post by:
Do I get more scalability if I split my database? The way I calculate things now, I'll be lucky to get 100,000 records in my Access 2003 mdb. Here some math: Max mdb/mde size = 2000 x 1024 =...
4
by: Remco Groot Beumer | last post by:
Hello, In regards to my previous posted mail on this topic: thanks for the feedback. The 30% is told to me by a collegea. .NET is not my working area, but it's something our company provides. So...
18
by: Andre Laplume via AccessMonster.com | last post by:
I have inherited a bunch of dbs which are are shared among a small group in my dept. We typically use the dbs to write queries to extract data, usually dumping it into Excel. Most dbs originated...
1
by: Paul H | last post by:
I have never used the MSDE as a backend for a database but I am considering dipping my foot in the SQL waters and trying out SQL Server Express. I remember that the MSDE had certain limitations...
42
by: John Doty | last post by:
I realized that I have a little job on the table that is a fine test of the Python versus Standard Forth code availability and reusability issue. Note that I have little experience with either...
9
by: Axxe | last post by:
I have searched high and low for cogent, well-explained coding to complete a project on which I have spent six months of work. I stumbled across something on this site that is close to what I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.