Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
SQL or MS Access database for project?
Old 08-22-2007, 01:31 PM SQL or MS Access database for project?
barbara's Avatar
Skilled Talker

Posts: 79
Trades: 0
we have about 20,000 test records that's in Excel. we would like to use asp with MS Access as the database to store our data. is there a maximum limit as to how much MS Access can hold?

we would like to be able to search, sort, add, delete, and print report. It would be a web-base so that a customer can enter his/her own information onto a form, then submit it to us. Once it's in-house, each department will perform the different tests of the product send requested.

can the above request be done in ASP and MS Access or do i need to start with SQL?

thanks:
confused:
barbara is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-22-2007, 01:34 PM Re: SQL or MS Access database for project?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Access has a maximum of 2 GB per file, although you can use "linked tables" to go beyond that.

If you have a license to SQL Server I'd use that instead. Although Access can work about as well, especially at such a low volume. But some of the extra niceties in SQL, like stored procedures and triggers, make it a nicer platform to code against. Although it can be a slower one.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 08-23-2007, 02:24 AM Re: SQL or MS Access database for project?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
For that amount of data, you can get away with an Access database and quite easily. I've got Access databases with tables containing hundreds of thousands of records (e-commerce sites), and they run fine.

There will come a point, if your site's good enough, that SEO will be the only way to fly...but if it's a new site, you won't even be close to it yet.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-23-2007, 03:41 PM Re: SQL or MS Access database for project?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Go for Access. Hosts charge more for disc space devoted to SQL Server, or have their plans stacked up to basically do just that, plus you can download the file if you put it behind a password. And you can set up forms and reports inside the one MDB file instead of having to write standalone .net interfaces for people.

SQL Server is a superior database engine, but in ways that it sounds like you won't be taking advantage of. If you were going to, I dunno, be the DMV for your state, you would need SQL Server 2005, but as outlandish as this might sound to the snobbier programmers (and I'm one of them!), Access is optimized for exactly what you want to do. It's less robust in ways you don't need, but easier, more comfortable, and if you already use Excel you'll be a lot more at home.

Believe me I'd like to recommend SQL 2005 Enterprise Edition, but in your case, Access is just better. By about 80 to 120 hours if you do it yourself ( DIY ) and have some idea what you're doing.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to SQL or MS Access database for project?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19619 seconds with 12 queries