473,386 Members | 1,715 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.

Size and concurrency limits on Jet 4.0 dB engine?

Hi:

I have chosen to use Jet 4.0 db engine on an e-commerce site because client
wants to save on hosting costs and doesn't expect a lot of traffic. In the
past I have always used SQL Server and FoxPro without problems.

What are the size and concurrency limits on Jet dB engine? When is it time
to upgrade to SQL Server? Is there any documentation on this?

Thanks,
Charlie
Nov 18 '05 #1
2 1619
Hi there,

I hear access has a limit of 10-15 concurrent users...although I have never
run into probs.

Cheers, Joe
"Charlie@CBFC" <ch*****@comcast.net> wrote in message
news:#f*************@TK2MSFTNGP11.phx.gbl...
Hi:

I have chosen to use Jet 4.0 db engine on an e-commerce site because client wants to save on hosting costs and doesn't expect a lot of traffic. In the past I have always used SQL Server and FoxPro without problems.

What are the size and concurrency limits on Jet dB engine? When is it time
to upgrade to SQL Server? Is there any documentation on this?

Thanks,
Charlie

Nov 18 '05 #2
From my experience..
a 2GB documented file size limitation although the database will start to go
haywire long before it reaches that size. About 9,10 "writeable"
(insert/update/deletes) concurrent connections and 30+ "read only"
connections (executing select SQL statements). Performance degrades quite a
bit after 20 readable connections.

Other considerations...

Be sure to have the mdb file located on the same box as the webserver
otherwise performance goes out the window.

Access 97 (Jet 3.5x) is preunicode. Later versions - the file size will be
roughly double.

SQL Server databases security is much better (Jet may be adequate though)
and is less prone to becoming corrupt.

Hope this helps.

Good luck.
--
Peter O'Reilly
Nov 18 '05 #3

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

Similar topics

31
by: Derek Fountain | last post by:
Does Python have a timer mechanism? i.e. an "after 500 milliseconds, run this bit of code" sort of thing?
8
by: C Kirby | last post by:
In SQL Server 2000, I've got a rather lengthy stored procedure, which creates a lot of temporary tables as it processes down through a few sets of data. When testing it through Query Analyzer, it...
0
by: Randall Sell | last post by:
Hello all, I am migrating a Paradox application to SQL Server. My problem is that the existing Paradox table structure is limited. Correcting it will mean a re-write of the application (Delphi...
2
by: Niyazi | last post by:
Hi, I have not understand the problem. Before all the coding with few application everything worked perfectly. Now I am developing Cheque Writing application and when the cheque is clear the...
2
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
2
by: BobAchgill | last post by:
Do you know why this error might be happening? Maybe it is because I have two data adapters open on the same MDB file?? If this is the problem... how can I keep them from disturbing each other?...
9
by: corey.coughlin | last post by:
Alright, so I've been following some of the arguments about enhancing parallelism in python, and I've kind of been struck by how hard things still are. It seems like what we really need is a more...
10
by: e_matthes | last post by:
Hello everyone, I have read many threads about concurrency issues, and I think I understand some of the pieces, but not the whole picture. I believe I am like many people using php: ...
2
by: Ian | last post by:
brunoalsantos wrote: DB2 (the engine) supports a 2MB statement size; however unfortunately the CLP does not. Sure, do it via an application. However, if your goal is truly just...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
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
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
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.