473,406 Members | 2,705 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,406 software developers and data experts.

Need archtectural advice. DB server or File server.

Hi, for 5 weeks, I finished my mdb project. Thanks to all you guys.
Now, I would like to put it on a server then 5-6 people can share it. I
heard about the splitting back-end database, put it on a file server or
DB server. Then install the front-end on every client machine. And
clients must be able to connect to the backend remotely. Should I use
something like SQL server/MSDE or just a file server?

If I use MSDE, will I rewrite all the code from DAO to ADO? That is the
thing I would not like to do. Maybe it's poor design in the first
place. But what options do I have now?

I really don't have any clue in this. Any advice will be appreciated.
And I assume there will be other technical problems such as the network
setup, going through router, ...

Thank you.

Nov 13 '05 #1
3 1563
"swingingming" <mi******@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi, for 5 weeks, I finished my mdb project. Thanks to all you guys.
Now, I would like to put it on a server then 5-6 people can share it. I
heard about the splitting back-end database, put it on a file server or
DB server. Then install the front-end on every client machine. And
clients must be able to connect to the backend remotely. Should I use
something like SQL server/MSDE or just a file server?
The reasons to move to SQL Server are scalability, security, less chance of data
corruption, and the need for a VERY large database. If none of these are
particularly worrysome for you then a file-shared MDB should be fine for the
number of users you are describing.

If I use MSDE, will I rewrite all the code from DAO to ADO? That is the
thing I would not like to do. Maybe it's poor design in the first
place. But what options do I have now?


Moving to a server back end does not mean re-writing in ADO. At its most basic
you replace your local table with links to server tables and the app should
(mostly) work as is. Further design changes would be necessary to fully take
advantage of the server database engine, but that can be done on an on-going as
needed basis.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2
Thank you for your reply, Rick. I have more questions because I am
still new in the network world. Please bear with me :)
1. In a file server, file locations will be something like
"\\servername\dbname\aa.mdb", right? I will do a research on how to do
that. Now, say 2 people want to access the same backend data, will
there a conflict if they both write to the database at the same time?

2. In MSDE, the above problem should be handled by the server database
engine, I assume. And do I link to the server tables almost the same
way as a file server?

I think I probably will choose option 2.

Thank you Rick.

Nov 13 '05 #3
"swingingming" wrote
1. In a file server, file locations will be
something like "\\servername\dbname\aa.mdb",
right? I will do a research on how to do
that. Now, say 2 people want to access the
same backend data, will there a conflict if
they both write to the database at the same time?
You will link the tables in the shared back-end database, and Jet database
engine's locking mechanisms will handle the locks... generally, the nature
of applications is such that rarely are two users trying to update the same
record at the same time. If you use page-level locking, the chances are
higher, but I've never encountered any serious difficulties using the lowest
level of locking ("No Locks" or "Edited Record").
2. In MSDE, the above problem should
be handled by the server database
engine, I assume. And do I link to the
server tables almost the same way as
a file server?
MSDE is a capacity and processing-limited version of Microsoft SQL Server,
it must be separately installed, and does not contain the very easy-to-use
administrative tools that Microsoft SQL Server does. At the very least, for
your development you should license the Developer Edition of SQL Server,
which does include the adminstrative tools.

Yes, once you have somehow set up the tables in MSDE, linking is similar,
but the Connect String will be different, of course, and in earlier versions
of Access, we found it necessary to programmatically re-create the TableDefs
for Linked Tables to change them, rather than use the RefreshLink method.
I think I probably will choose option 2.


Unless there is some good reason you have not explained, I think you would
be letting yourself in for a great deal of extra work and stress, if you do.
You will still have to know Access and how to use it, but you (or some
database administrator) will have to know not only SQL Server, but also the
MSDE limitations to SQL Server.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #4

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

Similar topics

4
by: Marquisha | last post by:
If this is off-topic, please forgive me. But I thought this might be the perfect spot to get some advice about how to proceed with a project. Working on a Web site design for a nonprofit...
7
by: Terri | last post by:
I have a stored procedure that creates an xml file. It executes a SELECT statement with the FOR XML clause and then writes the xml file using bcp and xp_cmdshell. I am calling this procedure by...
3
by: Asha | last post by:
hello... i'm uploading data from an excel file to the server, and to check the data values; i loop though excel file row by row and compare the value with database value. if anything does not...
3
by: Shapper | last post by:
Hello, Until now I have been using Dreamweaver to create ASP.Net/VB web sites. I gave up of using it. Too many limitations. What is the best software to create ASP.NET/VB web sites? Maybe...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
2
by: Max Power | last post by:
Hi All I am coding a small app in that swaps specific files between a client and server. All files and locations are set at both sides. I want my app to show a file list, based on the file...
1
by: Ben | last post by:
Hi, I come from classic asp and i need some advice for this application. It's about a computer reservation system in a school. I want a page where a student can see his own made reservations,...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
7
by: SM | last post by:
Hello, I have a index.php template (2 columns). The right columns contains a bunch of links (interviews, poems, etc...) The left columns contains the actual article. So if I click on a link on...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.