473,403 Members | 2,293 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

a bit of advise please

I am starting to work with ASP.NET but am finding so many options that I am
getting confused and would appreciate some advice.

I have developed several ACCESS databases that we use internally and ASP
pages to make some of the information available on our company website -
this works very well and I like the flexibility of both Access forms and ASP
web

Our site has low traffic with never more than 3 on at any time - mostly I
get information from the Access database as quick as possible and close it
straight away so tables are never left open for very long.

questions.
1/ Is there anything really wrong with using Access MDB files for
data-storage on a "small" site
2/ Should I move to SQL Server and if so can I still use Access to
manipulate the database
3/ For a small site does SQL Server offer anything more than SQL Server
Express
4 / if I do develop in ASP.NET with an Access MDB file, can I move the
database to SQL Server later on
5/ Does the Access Upsizing Wizard work with SQL Server Express - I tried
and failed, this maybe my mis-understanding
6/ Is "Visual Web Developer 2005 Express Edition" enough for my needs
("free" seems too good to be true)

My feeling is that Web Developer with Access should be enough for my needs
but I'd like a bit of reassurance/guidance.

Any feedback from users with more experience would be really appreciated

All the best
Phil
Jan 5 '06 #1
2 1381
Dan
Hi quick answers from my view are:

1) For a small site i dont see any problem with access, its simple and cut
down so for basic needs is probably ok. I only ever use Sql Server but i
work on sites that are quite complex, but when i used to make basic systems
for practice a long way back access was fine.

2)A move to sql server will give you great benefits in efficiency and speed
of processing but with a maximum of 3 users a day is it worth it? There is a
lot more to the initial set up of sql server (though once you have done it a
few times it is very simple but can be a little difficult if you dont have
some basic knowledge).

3) sql server express is just a broken down version of sql server, again
your needs arent great

....to be honest the real question for me is why are you thinking of sql
server at all. it is good that you are but on a small site like that surely
your not feeling anything that requires a need for better speed and
management?

I have sued the upsizing wizard for an access db before to upsize to sql
server and had no problems, dont know about express version but i dont see
why it would be any different.

Don't know if that helps but thats my views

"news.microsoft.com" <phil@NOS_oakleafsoftware.co.uk> wrote in message
news:eZ**************@TK2MSFTNGP14.phx.gbl...
I am starting to work with ASP.NET but am finding so many options that I am
getting confused and would appreciate some advice.

I have developed several ACCESS databases that we use internally and ASP
pages to make some of the information available on our company website -
this works very well and I like the flexibility of both Access forms and
ASP web

Our site has low traffic with never more than 3 on at any time - mostly I
get information from the Access database as quick as possible and close it
straight away so tables are never left open for very long.

questions.
1/ Is there anything really wrong with using Access MDB files for
data-storage on a "small" site
2/ Should I move to SQL Server and if so can I still use Access to
manipulate the database
3/ For a small site does SQL Server offer anything more than SQL Server
Express
4 / if I do develop in ASP.NET with an Access MDB file, can I move the
database to SQL Server later on
5/ Does the Access Upsizing Wizard work with SQL Server Express - I tried
and failed, this maybe my mis-understanding
6/ Is "Visual Web Developer 2005 Express Edition" enough for my needs
("free" seems too good to be true)

My feeling is that Web Developer with Access should be enough for my needs
but I'd like a bit of reassurance/guidance.

Any feedback from users with more experience would be really appreciated

All the best
Phil

Jan 5 '06 #2
thanks for the very quick answer

very hepful to have the benefit of your experience

All the best
Phil

"Dan" <dv*******@aol.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
Hi quick answers from my view are:

1) For a small site i dont see any problem with access, its simple and cut
down so for basic needs is probably ok. I only ever use Sql Server but i
work on sites that are quite complex, but when i used to make basic
systems for practice a long way back access was fine.

2)A move to sql server will give you great benefits in efficiency and
speed of processing but with a maximum of 3 users a day is it worth it?
There is a lot more to the initial set up of sql server (though once you
have done it a few times it is very simple but can be a little difficult
if you dont have some basic knowledge).

3) sql server express is just a broken down version of sql server, again
your needs arent great

...to be honest the real question for me is why are you thinking of sql
server at all. it is good that you are but on a small site like that
surely your not feeling anything that requires a need for better speed and
management?

I have sued the upsizing wizard for an access db before to upsize to sql
server and had no problems, dont know about express version but i dont see
why it would be any different.

Don't know if that helps but thats my views

"news.microsoft.com" <phil@NOS_oakleafsoftware.co.uk> wrote in message
news:eZ**************@TK2MSFTNGP14.phx.gbl...
I am starting to work with ASP.NET but am finding so many options that I
am getting confused and would appreciate some advice.

I have developed several ACCESS databases that we use internally and ASP
pages to make some of the information available on our company website -
this works very well and I like the flexibility of both Access forms and
ASP web

Our site has low traffic with never more than 3 on at any time - mostly I
get information from the Access database as quick as possible and close
it straight away so tables are never left open for very long.

questions.
1/ Is there anything really wrong with using Access MDB files for
data-storage on a "small" site
2/ Should I move to SQL Server and if so can I still use Access to
manipulate the database
3/ For a small site does SQL Server offer anything more than SQL Server
Express
4 / if I do develop in ASP.NET with an Access MDB file, can I move the
database to SQL Server later on
5/ Does the Access Upsizing Wizard work with SQL Server Express - I tried
and failed, this maybe my mis-understanding
6/ Is "Visual Web Developer 2005 Express Edition" enough for my needs
("free" seems too good to be true)

My feeling is that Web Developer with Access should be enough for my
needs but I'd like a bit of reassurance/guidance.

Any feedback from users with more experience would be really appreciated

All the best
Phil


Jan 5 '06 #3

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

Similar topics

1
by: GM | last post by:
Hello... Please advise me where can I post a message about job seeking for the small developers team (ASP, XML/XSLT, *script skills)? Thanks a lot ahead. Please, advise me to:...
0
by: Girish Agarwal | last post by:
--0-474210375-1058976151=:31789 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Note: forwarded message attached. __________________________________
1
by: Question | last post by:
I am making a custom small menu which is most basic. Problem is that I can't make the first step work for some reason. I have an image to the left of where would be the layer positioned. This...
3
by: Michael Crawford | last post by:
Hi, Where would one start for this type of application: I want to create an vb.net container application that has the gives the end user the ability to install and uninstall plugins or add-in...
1
by: artifact | last post by:
Hello Can anyone tell me what is the best way to persist a complex object across postbacks in ASP.NET eg * I have a Person class with methods to edit the person's info * I navigate to my...
7
by: SQLDBA | last post by:
I am in the process of evaluating some SQL Performance Monitoring /DBA tool to purchase (For SQL Server 2000). I have the following list of software that I came across and have to finalize which...
1
by: Sergiy Klokov | last post by:
i need to put a water mark in my pdf... and pdf viewer ocx... not Adobe ... please advise something
4
by: mike_li | last post by:
Passed DB2 UDB 701 test, how can I prepare for 704 test (Advanced DBA)? There is not as many info. on this test as on others. Thanks. Mike
0
by: hariprakash | last post by:
Hii Dudes, Iam Hariprakash. Today I was searching for DB2 DBA in google for exam 701. I got this link. This is very interesting and just now I joined this group. I took the exam 701 last tuesday...
0
by: User | last post by:
Hi everyone, Right now, one of our client have an in-house system which stores customer profiles / data. We are building an external web based system for them which also houses the same...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
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...

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.