I need some conceptual help on networking, please. As I understand it, the simplest way of connecting multiple PC
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Networking concepts (WinXP Access 2003)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Networking concepts (WinXP Access 2003)
- This topic has 14 replies, 4 voices, and was last updated 19 years, 4 months ago.
Viewing 0 reply threadsAuthorReplies-
WScharlotte
AskWoody LoungerJanuary 30, 2006 at 9:48 pm #997431The second option is actually the simplest. Peer-to-peer networking does not usually work very well in Access and it breaks down quickly with more than one or two users. Unless you’re very comfortable with SQL Server, an ADP can be very confusing. You would ordinarily split your front and back end anyhow, whether in Access or a SQL Server backend, either of which can be in a network folder. Then it is simply a case of distributing front end copies that link to the back end (Access or SQL) on the network drive. What in particular did you want input on?
-
WSgsmith
AskWoody LoungerJanuary 30, 2006 at 10:49 pm #997444Your opinions were just what I was looking for. I read some on the SQL with an ADP and it does look more difficult. For sure, you should dominate SQL.
Do I understand that I can place my split back-end on the SQL server as well as on a 2000 Server? What disadvantages do I have vs the ADP in these cases? Is it really easy? Do I need to modify the Access code?
Excuse my ignorance.
-
WScharlotte
AskWoody LoungerJanuary 31, 2006 at 1:47 am #997460You can use a SQL Server back end and link to it from an MDB, there’s no placing it on the SQL Server involved. Alternatively, you can place an Access mdb backend on a server (box, not SQL Server per se) and link to it from an MDB. Since in either case you would be running queries and so forth from within Access, there is very little you would need to change. There can be issues between Access date fields and SQL Server date fields and the Access yes/no field is a bit value in SQL Server. Maybe someone else will chime in with anything I’ve forgotten to mention.
-
WBell
AskWoody_MVPJanuary 31, 2006 at 11:45 am #997525Charlotte has covered most of the basic issues in selecting a back-end design. So let me suggest some other more intangible considerations:
One of the factors that can drive one to SQL Server is the number of users, and their level of activity. If you have 5 to 10 users really pounding on an Access MDB back-end, you may encounter performance issues and need to consider SQL Server. On the other hand if you have 50 or even 100 users who occasionally open the database and look at one or two records, performance may be perfectly acceptable.
Another factor is the size of the tables. Because Access is not a server, if you have a large number of records in tables, any query run against such tables must pull the entire table into Access on the workstation in order to work on it. Moving a few million records across a LAN, especially if it’s a 10 Mbit LAN, can make for miserable performance. On the other hand, if you put the same table in a SQL Server back-end, SQL Server can extract the specific records you want and send only those records to the workstation, providing much better performance.
I would strongly suggest you not look at ADPs as an alternative, but look at using ODBC linked tables using an MDB front-end. There are many advantages, not the least of which is the learning curve for ADPs and the additional development time ADPs usually require. Also, ADPs are being de-emphasized in future products according to a number of Microsoft sources. FWIW, we develop almost exclusively with SQL Server back-ends connected to an Access MDB front-end deployed to the user workstation.
Finally, you can run SQL Server on a peer-to-peer network, and with either the MSDE version of SQL Server, or the new SQL Server 2005 Express, the product is free. However there are some significant security issues with peer networking and SQL Server that can be an issue if the network has Internet connectivity. If that is the case, I would strongly recommend you set up a domain so you can use the integrated security model with SQL Server.
If this bit of rambling raises more questions, feel free to raise them here. Good luck.
-
WSgsmith
AskWoody Lounger -
WBell
AskWoody_MVPFebruary 1, 2006 at 3:22 am #997683To answer your questions:
The back-end is the SQL tables. Each workstation has an ODBC Data Source that establishes a connection to the SQL Server database, and then the tables are connected using the File / Get External Data / Link Tables and then choosing ODBC as the type of connection in the dialog box that opens.
You cannot link to an Access back-end which has ODBC linked tables that connect to a SQL Server – you will simply copy the ODBC links to the front-end database. An ADP on the other hand uses a direct connection to SQL Server so you are working with SQL Server objects much as you would with Enterprise Manager.
I used the term MSDE rather loosely – strictly speaking that’s the version that shiped with Office 2000, while the SQL Server Desktop Engine shipped with Office XP and Office 2003. SQL Server 2005 Express is a new version released late last year – you can read lots more about it at http://msdn.microsoft.com/sql/express/%5B/url%5D – but I wouldn’t recommend trying to use it at this point as the administration tools are still a work in progress unless you also have the full version of SQL Server 2005. Hope this clears things up a bit.
-
WSgsmith
AskWoody Lounger -
WScharlotte
AskWoody LoungerFebruary 2, 2006 at 1:53 am #997891Just what is the nature of the database you’re proposing? Your users wouldn’t ordinarily be creating their own queries anyhow, so all copies of the front end would contain the same queries, which would run locally. It is also possible to use passthrough queries with a SQL Server backend, which are executed in SQL Server. The several scenarios aren’t quite as cut and dried as you appear to think.
-
WBell
AskWoody_MVP -
WSgsmith
AskWoody Lounger -
WScharlotte
AskWoody LoungerFebruary 4, 2006 at 3:13 am #998318My mind is still boggling at non-networked PCs. I didn’t think there were any left in today’s offices.
Do I understand that you want to “network” these non-networked PCs by using peer-to-peer (wired, I assume, or are you talking wireless?). In most offices, someone is in charge of networking and you will come to grief if you roll your own. However, if you do succeed, then the only practical approach is to have the back end database on a single machine, with copies of the front end, linked to the single backend on each of the others. Especially on peer-to-peer, it is NOT a good idea to try to run the application over the network.
-
WSgsmith
AskWoody LoungerFebruary 5, 2006 at 7:39 pm #998447 -
WScharlotte
AskWoody Lounger -
WSgellwood
AskWoody Lounger
-
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
June 2025 Office non-Security Updates
by
PKCano
3 hours, 9 minutes ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
14 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
3 hours, 5 minutes ago -
How start headers and page numbers on page 3?
by
Davidhs
13 hours, 29 minutes ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
8 hours, 4 minutes ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
22 hours, 10 minutes ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
22 hours, 11 minutes ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
11 hours, 53 minutes ago -
Firefox 139
by
Charlie
4 hours, 28 minutes ago -
Who knows what?
by
Will Fastie
17 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
22 hours, 55 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
17 hours, 18 minutes ago -
Misbehaving devices
by
Susan Bradley
1 day, 1 hour ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
2 days, 4 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
2 hours, 12 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
2 days, 3 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
1 day, 2 hours ago -
Edge Seems To Be Gaining Weight
by
bbearren
1 day, 17 hours ago -
Rufus is available from the MSFT Store
by
PL1
2 days, 1 hour ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
3 days, 4 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
1 day, 4 hours ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
1 day, 3 hours ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
3 days ago -
Office gets current release
by
Susan Bradley
3 days, 2 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
4 days, 17 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
4 days, 1 hour ago -
Stop the OneDrive defaults
by
CWBillow
4 days, 17 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
5 days, 3 hours ago -
X Suspends Encrypted DMs
by
Alex5723
5 days, 5 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
5 days, 6 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.