Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dischord13 #1
How bad is Access?
Hello everyone,
What kind of problems does Access have? If 10 users log on at the same time,
will the database explode? I wanted to find out exactly how many users it would
take to cause a problem and what kind of problem does it cause?
Also, if I start on Access then move on to a more powerful database in the
future... is it very difficult to change my connection from Access to SQL
Server or something like that? Or does that involve re-making many parts of my
site? I intend to use ASP.net and am wondering what is the best way to go.
Thanks
James
dischord13 Guest
-
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Network File access using anonymous access
I have seen a number of entries related to accessing remote resources (files in my case) that need to reside on a remote server. We must leave our... -
Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
Joe Makowiec #2
Re: How bad is Access?
On 23 Apr 2005 in macromedia.dreamweaver.appdev, dischord13 wrote:
Other than bloated datafiles and what I consider a counterintuitive> What kind of problems does Access have?
interface?
There are limitations as to the number of concurrent users. Why not> If 10 users log on at the same time,
> will the database explode? I wanted to find out exactly how many
> users it would take to cause a problem and what kind of problem does
> it cause?
round up a bunch of people and stress-test it? Microsoft claims that
the maximum number of concurrent connections is 255[1]; I've seen
other numbers that suggest lower. Remember, though, that 'concurrent
users' means an active data connection. If I visit your page and draw
the data then sit and look at it, I'm not a concurrent user until I go
back for more data. Look at your raw log files and see how hard
you're getting hit.
From what I understand, absent a little tinkering with the SQL, Access> Also, if I start on Access then move on to a more powerful database
> in the future... is it very difficult to change my connection from
> Access to SQL Server or something like that? Or does that involve
> re-making many parts of my site? I intend to use ASP.net and am
> wondering what is the best way to go.
databases scale really well to SQL Server.
One other suggestion I've seen for performance is to use DSN-Less
connections rather than system DSN. It's apparently faster and more
efficient because of fewer system calls.
[1] [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k/html/acmsdeop.asp[/url]
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest
-
Joe Makowiec #3
Re: How bad is Access?
On 23 Apr 2005 in macromedia.dreamweaver.appdev, dischord13 wrote:
<snip>> What kind of problems does Access have?
Further treatment on the topic:
[url]http://www.15seconds.com/issue/010514.htm[/url]
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest
-



Reply With Quote

