Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 12th, 2005, 08:05 AM
Authorized User
 
Join Date: Feb 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to umair_rathore
Default disadvantages of MSAccess as backend db

hi guys!
        I wana know about the disadvatages and adv. of using access as backend db.

Regards
Umair Rathore

__________________
Don\'t express ur emotions, let the Emotions express themselves
 
Old February 12th, 2005, 09:49 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 303
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Advantages of Access:
MS Access is one of the widely used database because it is easy to use and can be installed on most PC.
Extremely low cost compared to SQL Server or Oracle
                    
Disadvantages of Access:
Access is not meant for creating scalable solution with a large number of users
Lack several features (triggers, stored procedures (i.e. complex Stored procs), views (i.e. index/materialized views) available in client/server databases.
 
Old February 12th, 2005, 08:37 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

FYI: I learnt a short time ago Access does do Stored Procs, see Google for more info

Wind is your friend
Matt
 
Old February 14th, 2005, 12:43 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

Access does permit views (queries) and stored procedures. I have posted some sample stored procedures for Access 2000 some time back in another issue.

Access is not thread safe, I think. It is not safe also. Hackers can guess the name and path and steal the database as such.

You know one of the most famous google based hacking attempt.Type

shop filetype:mdb

into google. This will give you a list of access databases used in various shopping carts which you can download also.
 
Old February 14th, 2005, 01:02 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

Ahhh - thats where I'd heard it. I couldnt find your post...

Wind is your friend
Matt
 
Old February 14th, 2005, 01:19 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

here is my post.

http://p2p.wrox.com/topic.asp?TOPIC_ID=17981





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB NET 2005 MSACCESS list all the DB Metadata jhkraft VB Databases Basics 1 April 14th, 2008 04:11 PM
Locking in Access DB linked to SQL Server backend gibbers Access 3 April 24th, 2007 03:20 PM
Writing to an msAccess db from txtBox Data sconineuk ADO.NET 0 March 8th, 2006 03:13 PM
Secure MSAccess db ASP Data Page Integration Will Woodward Classic ASP Databases 1 October 26th, 2005 08:32 AM
read-only probs in msaccess db using asp form anupamda Classic ASP Databases 1 February 10th, 2004 12:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.