943,912 Members | Top Members by Rank

Ad:
Mar 17th, 2004
0

Access Web Database?

Expand Post »
I'm a student in an E-Commerce program and I agreed to do a capstone project in my web design class as a blog site, where I can register users (with an access database) and have them update entries whenever they feel up to it...

I'm a competant web developer, but I have only a basic knowledge of making plain access databases and no clue how to go about setting up a database that you can have someone add to online.

Can anyone start me off in the right direction with this?

Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Tresh is offline Offline
2 posts
since Mar 2004
Mar 24th, 2004
0

Re: Access Web Database?

I would first off recommend against using access for this type of application. You would be much better off using MySQL, it is much better suited for your needs.
Reputation Points: 89
Solved Threads: 5
Junior Poster in Training
TheComputerGeek is offline Offline
53 posts
since Mar 2004
Mar 24th, 2004
0

Re: Access Web Database?

You being a web developer, I'm assuming you know how to program. Web developers develop web software. What language would you like to use? PHP? ASP? ColdFusion? Java? Perl?

I also recommend you go with MySQL server. Access is just a file, and craps out once you got over 8 people connecting to it at the same time. With MySQL, because it's a server, it handles all the user sessions appropriately.
Team Colleague
Reputation Points: 262
Solved Threads: 18
a.k.a inscissor
samaru is offline Offline
1,227 posts
since Feb 2002
Mar 25th, 2004
0

Re: Access Web Database?

I can vouch for Access terrible reliability when in heavy use. It works great for small applications, but something like this heavy calls for a full fledged database server. I can't tell you how much pain me and my boss have been through with Access at our clients.
Reputation Points: 87
Solved Threads: 12
Posting Whiz in Training
i686-linux is offline Offline
208 posts
since Mar 2004
Mar 30th, 2004
0

Re: Access Web Database?

Honestly, the only reason why I've been bothering with an access database is because my professor doesn't provide a SQL server for us to run off of (which really bites). I've found SQL script is easy to find if you need code and not very difficult to understand. On the other hand, my brother and I own a site together where I have access to a SQL server (gotta check with my prof, but I'm sure I could bounce it from there). Although, really I'm not expected to have any more than 5 people using the site as an example.

As for what language, I perfer PHP. I only ever partially learned perl and I kicking myself for not learning the others yet, but I'm still a freshman-- I'll figure it out.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Tresh is offline Offline
2 posts
since Mar 2004
Jun 18th, 2004
0

Re: Access Web Database?

the issue here is not the databse.. although access is not good for larger sites..

you need to run some basic SQL queries thought your code

like

INSERT INTO table_name
VALUES (value1, value2,....)


read this:
http://www.w3schools.com/sql/sql_insert.asp

also, if you need to learn how to create database connections, get WROX ASP.NET FOR BEGINNERS

jack
[url snippedl]
Last edited by Ezzaral; Mar 1st, 2010 at 7:42 pm. Reason: Snipped url. Keep it on site please.
Reputation Points: 10
Solved Threads: 1
Light Poster
jackster is offline Offline
32 posts
since Jun 2004
Jan 23rd, 2010
0
Re: Access Web Database?
Try Alpha 5 V10 - You will never look back.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
alphafile is offline Offline
1 posts
since Jan 2010
Jan 27th, 2010
0
Re: Access Web Database?
I know it's already been said, but I too would advise against using Access for an online database. It's no good for large databases and depending on what language you're using, interfacing with it can be a real pain (PHP and Access doesn't mix well, I tried). My college taught us SQL in several classes, but when it came to .NET programming, all they would show us is how to interface to an Access DB file. Terrible, terrible course design.
Reputation Points: 92
Solved Threads: 51
Practically a Posting Shark
Phaelax is offline Offline
856 posts
since Mar 2004
Jan 30th, 2010
0
Re: Access Web Database?
Click to Expand / Collapse  Quote originally posted by Tresh ...
I'm a student in an E-Commerce program and I agreed to do a capstone project in my web design class as a blog site, where I can register users (with an access database) and have them update entries whenever they feel up to it...

I'm a competant web developer, but I have only a basic knowledge of making plain access databases and no clue how to go about setting up a database that you can have someone add to online.

Can anyone start me off in the right direction with this?

Thanks
While the others are absolutely right in their recommendation of MySQL or other server-type database instead of Access, you can in fact use Access for small, low-user databases if you insist. First, remember that your Access database will be created on your local computer, then uploaded and managed, preferably with ASP/.NET code.

By the way, no offense, but I never heard of a "competent web developer" who wasn't comfortable with database usage. If you want to be known as a web developer, you really need to close that information gap in a hurry.
Reputation Points: 11
Solved Threads: 2
Light Poster
compusolver is offline Offline
31 posts
since Sep 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Database Design Forum Timeline: Insert data values from fromview into database
Next Thread in Database Design Forum Timeline: boolean dependent on many...?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC