I need some conceptual help on networking, please. As I understand it, the simplest way of connecting multiple PC
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
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, 2 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
-
AugLoop.All (TEST Augmentation Loop MSIT)
by
LarryK
2 hours, 11 minutes ago -
Boot Sequence for Dell Optiplex 7070 Tower
by
Serge Carniol
11 hours, 45 minutes ago -
OTT Upgrade Windows 11 to 24H2 on Unsupported Hardware
by
bbearren
15 hours, 18 minutes ago -
Inetpub can be tricked
by
Susan Bradley
16 hours, 37 minutes ago -
How merge Outlook 2016 .pst file w/into newly created Outlook 2024 install .pst?
by
Tex265
13 hours, 23 minutes ago -
FBI 2024 Internet Crime Report
by
Alex5723
19 hours, 7 minutes ago -
Perplexity CEO says its browser will track everything users do online
by
Alex5723
6 hours, 54 minutes ago -
Login issues with Windows Hello
by
CWBillow
1 day, 6 hours ago -
How to get into a manual setup screen in 2024 Outlook classic?
by
Tex265
18 hours, 6 minutes ago -
Linux : ARMO rootkit “Curing”
by
Alex5723
1 day, 17 hours ago -
Employee monitoring app leaks 21 million screenshots in real time
by
Alex5723
1 day, 17 hours ago -
Google AI is now hallucinating idioms
by
Alex5723
1 day, 18 hours ago -
april update
by
69800
20 hours, 34 minutes ago -
Windows 11 Insider Preview build 27842 released to Canary
by
joep517
1 day, 19 hours ago -
Quick Fix for Slowing File Explorer
by
Drcard:))
1 day, 19 hours ago -
WuMgr not loading?
by
LHiggins
15 hours, 14 minutes ago -
Word crashes when accessing Help
by
CWBillow
23 hours, 35 minutes ago -
New Microsoft Nag — Danger! Danger! sign-in to your Microsoft Account
by
EricB
1 day, 19 hours ago -
Blank Inetpub folder
by
Susan Bradley
1 day, 16 hours ago -
Google : Extended Repair Program for Pixel 7a
by
Alex5723
2 days, 5 hours ago -
Updates seem to have broken Microsoft Edge
by
rebop2020
1 day, 16 hours ago -
Wait command?
by
CWBillow
1 day, 22 hours ago -
Malwarebytes 5 Free version manual platform updates
by
Bob99
2 days, 12 hours ago -
inetpub : Microsoft’s patch for CVE-2025–21204 introduces vulnerability
by
Alex5723
2 days, 18 hours ago -
Windows 10 finally gets fix
by
Susan Bradley
3 days, 3 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.04.09.545
by
Alex5723
3 days, 5 hours ago -
How to use Skype after May?
by
Joann
1 day, 13 hours ago -
Win 7 MS Essentials suddenly not showing number of items scanned.
by
Oldtimer
2 days, 23 hours ago -
France : A law requiring messaging apps to implement a backdoor ..
by
Alex5723
3 days, 18 hours ago -
Dev runs Windows 11 ARM on an iPad Air M2
by
Alex5723
3 days, 19 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.