473,666 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

database for website...

RAB
I am building an e-commerce website with Asp.net 1.1. I don't expect a
high volume of sales at first (probably less than 10 sales per day).
The daily page visits at first will be slow (probably less than 50).
Hopefully, these numbers would increase yearly. Would Access database
be sufficient for my website? Or should I use SQL server 2000? If I
used SQL server, what would be my least expensive license option for
the functionality I need? If I started with Access would it be easy to
convert the data someday to SQL server?

Thanks,
RABMissouri

Sep 20 '06 #1
4 1507
"RAB" <ra*********@ya hoo.comwrote in message
news:11******** **************@ k70g2000cwa.goo glegroups.com.. .
Would Access database be sufficient for my website?
Maybe, but Access is not optimised for web deployment...
Or should I use SQL server 2000?
For this low volume, you should consider SQL Server Express.
If I used SQL server, what would be my least expensive license
option for the functionality I need?
You'll find SQL Server Express is extremely cost-effective - so much so, in
fact, that it's completely free... :-)
If I started with Access would it be easy to
convert the data someday to SQL server?
Depends how you design your website. If you use a DAL (database abstraction
layer), all you would need to do is to convert the DAL...
Sep 20 '06 #2
My first question would be whether or not you do your own hosting, or
whether or not you are buying hosting services from somewhere.
If you are purchasing hosting services, they usually integrate SQL Server
with your plan (or at least my host, and many others do).
Then, you could use the free SQL Server Express for local designing
purposes, and then use the host's SQL Server for the final product.

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com

"RAB" <ra*********@ya hoo.comwrote in message
news:11******** **************@ k70g2000cwa.goo glegroups.com.. .
I am building an e-commerce website with Asp.net 1.1. I don't expect a
high volume of sales at first (probably less than 10 sales per day).
The daily page visits at first will be slow (probably less than 50).
Hopefully, these numbers would increase yearly. Would Access database
be sufficient for my website? Or should I use SQL server 2000? If I
used SQL server, what would be my least expensive license option for
the functionality I need? If I started with Access would it be easy to
convert the data someday to SQL server?

Thanks,
RABMissouri

Sep 20 '06 #3
RAB
Yes, I am renting space on a web hosting service which offers SQL
server. I am designing and testing my web application locally using
MSDN. Am I allowed to use the MDF file on my my web host server
without buying a license from Microsoft? Would a MDF file created on
MSDN and uploaded to my rented webserver service have any limitations
than if I developed my application with a local version of SQL server
2000?

By the way, an excellent book is "Beginning ASP.NET 1.1 E-commerce from
Novice to Professional" by Darie and Watson. Has anyone found a better
text resourse than this for developing an e-commerce application
step-by-step from the ground up?

Thanks,
RABMissouri

Sep 21 '06 #4

Don't go Access.

Go MSDE (sql server 2000 "lite" ) or SqlExpress(2005 ).

These are free, and the jump from these a true sql server is not difficult.

Access to Sql Server is for the birds, especially now, that you have a
choice.

See
http://sholliday.spaces.live.com/ 12/16/2005

"RAB" <ra*********@ya hoo.comwrote in message
news:11******** **************@ k70g2000cwa.goo glegroups.com.. .
I am building an e-commerce website with Asp.net 1.1. I don't expect a
high volume of sales at first (probably less than 10 sales per day).
The daily page visits at first will be slow (probably less than 50).
Hopefully, these numbers would increase yearly. Would Access database
be sufficient for my website? Or should I use SQL server 2000? If I
used SQL server, what would be my least expensive license option for
the functionality I need? If I started with Access would it be easy to
convert the data someday to SQL server?

Thanks,
RABMissouri

Sep 21 '06 #5

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

Similar topics

5
2069
by: PR | last post by:
Searchable product images + prices database? What system should I use to put a database on the WEB which shows images and allows searches, including searches within given price ranges for products? There will be product images too, thumbnails and larger images? All the data will be on a single server, on the same
3
3091
by: Maellic | last post by:
Hi, The website I am working on is built with ASP.NET and connects to a SQL Server 2000 database. The web server and database are on the same machine. I have recently tried to modify the timeout of the website from 20 mn to 60 mn. I changed the timeout setting in IIS. Now the website itself doesn't time out, however after 20 mn, when I try to access a page that needs to connect to the database, I get the following error message
0
1684
by: clintonG | last post by:
I applied aspnet_regsql to SQL2K which was working fine throughout Beta 2 development. After installing Visual Studio and SQL Express RTM my application has blown up. Logging in to the application became realllllllllllly slow. Content in LoginView Role Groups was not displaying even after a user in a role had logged in. It was taking about 15 seconds or so for the login control to display when the login link was selected on the homepage....
9
1836
by: Nemisis | last post by:
Hi everyone, hope your all looking forward to xmas. I am setting up a Sql2005 database on a Windows Server, running Windows Server 2003. The database is going to be accessed via users using an ASP.Net website. My website is running the normal IUSR account. And users must login to the website, which uses Forms Authentication. I do not want to give users access directly to tables, so have created
0
2916
by: D0c | last post by:
Hey, I would like to syncronize my local database with my website database. Scenarios are 1. New rows / row updates in the local database to be updated on the website database (local -net) 2. Updates on the website database to be updated on the local database (net -local) * Updates for both databases are possibly on different fields
4
2051
by: rn5a | last post by:
Assume that there's a website named www.abc.com. There are 2 ASPX files & one MS-Access database file in this site. The 1st ASPX file is named "SearchForm.aspx" & the 2nd ASPX file is named "SearchResult.aspx". "SearchForm.aspx" houses a Form with a select list & 2 TextBoxes. The select list is populated from a Access database table. When the Form is submitted, the user is taken to "SearchResult.aspx" which retrieves & displays the...
3
1763
by: Nymus | last post by:
I would like to use an access database as a shared database on a remote website. I don't know if it is possible, but this is what i would like to do with this database: - Use it to run a database driven website - Maintain it via a client application and via the website. As i would like to maintain it both locally and remote via website forms written in ASP, I don't want to sync the information between the server and a client database. I...
0
1340
by: Nymus | last post by:
I would like to use an access database as a shared database on a remote website. I don't know if it is possible, but this is what i would like to do with this database: - Use it to run a database driven website - Maintain it via a client application and via the website. As i would like to maintain it both locally and remote via website forms written in ASP, I don't want to sync the information between the server and a client database. I...
6
1432
by: sravan_reddy001 | last post by:
I am creating a website. where the data to be stored in my server. I had my webspace from some service provider. How can i connect the website and thee database. --website is deployed at webspace given by the provider. --database is at my server( located in our office). How can i connect these website and database.
11
17630
by: rajatagl | last post by:
Hi I have created my web pages in asp.net I have a registered domain name and space please tell me how to upload my website i my website database is not attached so tell me how first ready my website to upload ie how do i upload my database whch is in sql server with my website and how do i my link my database with my website on remote server on which i have to upload my website. can anyboby can help me please contact me:<snipped>
0
8449
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8784
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8642
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2774
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1777
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.