473,467 Members | 1,917 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Q: Regarding back-ends, is it better to have one or several linked dbs?

Anyone have any comments on the advantages and/or disadvantages to
having either a single, large db for a backend....or using several,
smaller linked dbs for the backend. Also, how relevant of an issue is
this for later SQL db conversion?

Thanks,
John
Nov 12 '05 #1
2 1160
so*********@hotmail.com (John) wrote:
Anyone have any comments on the advantages and/or disadvantages to
having either a single, large db for a backend....or using several,
smaller linked dbs for the backend.
I'd use a single, large MDB as you can then have referential integrity between the
tables. Unless you're close the 1 or 2 GB limit.
Also, how relevant of an issue is
this for later SQL db conversion?


Not at all because you can then put them in one db in SQL Server and link to them
seperately.

Note that if you're thinking of going to SQL Server there are things you should avoid
now. Such as using functions in queries.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2
"John" <so*********@hotmail.com> wrote in message
news:90**************************@posting.google.c om...
Anyone have any comments on the advantages and/or disadvantages to
having either a single, large db for a backend....or using several,
smaller linked dbs for the backend. Also, how relevant of an issue is
this for later SQL db conversion?


One thing I've just run into setting up multi user access. Some users will
have read-only access. That's done through Access security, front end and
back end. But I should obviously set NT permissions too. However there's an
error logging table in the back end, which may get written to even for read
only users. So now I've realized that needs to be in a seperate mdb. Because
even the read only users will need write rights to that.

Just a thought.

Yours, Mike MacSween
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sean | last post by:
Here is a confusion about free() and delete. Someone told me that the memory chunk allocated in c++ will be automatically released back to system for future use. I haven't been convinced. In C,...
0
by: wmf521 | last post by:
Hi, I am in the process of converting mysql tables to postgres by means of mysqldump and then mysql2pgsql tool. However, the tables are very large (>2Gbs) and I would like to recreate some of...
3
by: smyers1972 | last post by:
I got log shipping to partially work *lol* any how what my new issue is, the masterdb, any good documentation? Ive tried searching google and find very little on that matter. Thank you
14
by: MLH | last post by:
GHudson has working procedures posted at http://www.access-programmers.co.uk/forums/showthread.php?t=66320 They work. Relationships, however, and some minor default settings are not preserved....
4
by: NWx | last post by:
Hi, I develop an ASP.NET app which should be used from Internet, so I don't have control over what browsers will be used. I don't want to target every possible users, so I don't really mind is...
0
by: Amrit | last post by:
Server Error in '/UAEmail' Application. -------------------------------------------------------------------------------- Failed to load viewstate. The control tree into which viewstate is being...
11
by: prats | last post by:
I want to write a GUI application in PYTHON using QT. This application is supposed to take in Japanese characters. I am using PyQt as the wrapper for using QT from python. I am able to take input...
6
by: Mikus Sleiners | last post by:
Is there any way to enable exception throws in VS 2005, that occur during binding operations? I am upset that i can't see exceptions that are thrown during binding operations. It's very hard to...
6
by: wizwx | last post by:
Is there anything wrong with the following code? class A { ... }; class B : public A { ... }; // definitions of class A and B, these are OK Foo() { A & a = B(); // ?? A * p = &B(); // ??...
19
by: Ganesh J. Acharya | last post by:
Hi there, I want to redesign my website and make that look professional. I made this about 6 years ago with very little knowledge of internet. Today I am getting about 4000 visitors a day for...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.