473,398 Members | 2,125 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,398 software developers and data experts.

Sample site

Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards

Nov 18 '05 #1
6 1286
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and links
to other sites which might be helpful.

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards

Nov 18 '05 #2
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and links to other sites which might be helpful.

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards


Nov 18 '05 #3
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past

thats about all thats wrong with access...

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi

Is there an asp.net sample site with access backend that I could use to learn good asp.net development practices?

Thanks

Regards



Nov 18 '05 #4
Like most situations, IT DEPENDS...
Access is great in a small defined scope of size and activitiy, like 10
users or less.
If your website only ever has that many connections, you might be alright.
I started my career in MS Access, so I have a love/hate relationship with
it. I currently use it as a backend on a volunteer website that I
administer. So far no problems...but if we ever get a ton of hits at one
time, it will be very noticeable.
I would seriously consider SQL Server (if you want to stay with Microsoft)
or some other company's higher end database if your application needs to
scale to more than 10 users. I use SQL Server and I am very pleased with
it's performance all-around.
Your results may vary.

HTH

Todd

"Hermit Dave" <he***********@CAPShotmail.com> wrote in message
news:uw***************@tk2msftngp13.phx.gbl...
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past
thats about all thats wrong with access...

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hi
>
> Is there an asp.net sample site with access backend that I could use

to > learn good asp.net development practices?
>
> Thanks
>
> Regards
>
>
>



Nov 18 '05 #5
Amen to that!!!

I have built many ASP websites using mdb backends and have had downtime. I
haven't even tried it with ASP.NET because I learned EARLY. If you open the
database and try to modify it, users will "sometimes" get a "Page cannot be
displayed" error because you have the database locked. In early versions of
IIS, closing the database would still not release the locks for some reason.
The only way I could get it back online was to stop IIS and copy, then
rename the mdb, then restart IIS - unbelievable... so... I resorted to
copying the thing elsewhere, modify it as fast, then replace the production
mdb. Hopefully, you are not collecting data while this is going on or else
it would obviously be lost. Sure, you could import some of the changes, but
geez...

On both mdb releases I had instances where ISP administrators did a blanket
permission assignment and gave all web files "read only" thinking that they
were "just html files". That certainly doesn't set well with a mdb.

Using Sql Server is wonderful, I have dozens of sites running with it and
wouldn't think twice about changing anything. Once you set up the
permissions and connection string, it's very unlikely you will ever have to
look at that again unless the entire server changes somehow.

But really, too many Access things like this to list... small database or
large, this is Access and you pay with frustration for keeping things simple
with one little mdb.

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access

"Hermit Dave" <he***********@CAPShotmail.com> wrote in message
news:uw***************@tk2msftngp13.phx.gbl...
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past
thats about all thats wrong with access...

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> Hi
>
> Is there an asp.net sample site with access backend that I could use

to > learn good asp.net development practices?
>
> Thanks
>
> Regards
>
>
>



Nov 18 '05 #6
very well explained... unfortunately i was a bit short of time this
morning... usually am in the mornings... shouldnt get on newsgroups then.
but i agree, locking was the most frustrating thing bout access... most of
the times restarting IIS did the thing but then i got used to rebooting the
machine as well...

since i moved to asp.net i havent even looked at access.... sql is good and
it behaves.... (sometimes the clients are just too skint to pay anything...
dont take those ones any more..)

plus there are lot more things you can do... i love using stored procs for
everything related to the db and sql client does take me away from the pre
..net era of using ole db providers. yes i know internally it still does...
having used OLE for the great many years i rather leave it with win32s.....

:)

HD

"Jerry Boone" <je***@antech.biz.killspam> wrote in message
news:t_*******************@newssvr11.news.prodigy. com...
Amen to that!!!

I have built many ASP websites using mdb backends and have had downtime. I haven't even tried it with ASP.NET because I learned EARLY. If you open the database and try to modify it, users will "sometimes" get a "Page cannot be displayed" error because you have the database locked. In early versions of IIS, closing the database would still not release the locks for some reason. The only way I could get it back online was to stop IIS and copy, then
rename the mdb, then restart IIS - unbelievable... so... I resorted to
copying the thing elsewhere, modify it as fast, then replace the production mdb. Hopefully, you are not collecting data while this is going on or else it would obviously be lost. Sure, you could import some of the changes, but geez...

On both mdb releases I had instances where ISP administrators did a blanket permission assignment and gave all web files "read only" thinking that they were "just html files". That certainly doesn't set well with a mdb.

Using Sql Server is wonderful, I have dozens of sites running with it and
wouldn't think twice about changing anything. Once you set up the
permissions and connection string, it's very unlikely you will ever have to look at that again unless the entire server changes somehow.

But really, too many Access things like this to list... small database or
large, this is Access and you pay with frustration for keeping things simple with one little mdb.

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access

"Hermit Dave" <he***********@CAPShotmail.com> wrote in message
news:uw***************@tk2msftngp13.phx.gbl...
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user connectivity...
i have had so many issues... i reckon others have had similar issues in past

thats about all thats wrong with access...

HD
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:ei**************@TK2MSFTNGP09.phx.gbl...
> dont know bout developing with access but try www.asp.net it should be a
> good starting point. There you will find a whole lot of tutorials

and links
> to other sites which might be helpful.
>
> HD
>
>
> "John" <jo**@nospam.infovis.co.uk> wrote in message
> news:%2****************@TK2MSFTNGP09.phx.gbl...
> > Hi
> >
> > Is there an asp.net sample site with access backend that I could

use to
> > learn good asp.net development practices?
> >
> > Thanks
> >
> > Regards
> >
> >
> >
>
>



Nov 18 '05 #7

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

Similar topics

2
by: Alex Maghen | last post by:
I'm looking for a sample ASP.NET enterprise web solution. There are many issues and questions I have about how a large web site is constructed with multiple developers. How global settings and...
0
by: Jean Stax | last post by:
Hi! I just read in "Writing Secure Code" book a chapter about Cross-Site Scripting. Here the relevant paragraph: This is bad because a malicious user could access another's important data,...
3
by: paolo | last post by:
Hi, any one know where I can get a sample or some info on how to write a telnet program ?? Thanks, Paolo
1
by: Eliezer Figueroa | last post by:
Full Database System Sample? I want to know if there any good windows forms based database sample application that can be downloaded.I searched the MS site but most of the database samples are...
3
by: Arjen | last post by:
Hello, I need a very simple login management system. I can create it by myself... but if somebody has done this before... it can saves me a lot of time. What I want is this: - Form...
4
by: Joey | last post by:
Does anyone know how to center this sample webpage in Firefox? If so, will you provide the example as it applies to this sample webpage? I have read numerous posts and articles on how to center...
1
by: Andrzej J. Turowicz | last post by:
I create new WebSite named UseWebPart ( sample from Ms Press Book) next steps: Add WebPartManagerIO , WebPartZone, EditorZone & CatalogZone, etc etc etc if i am running this sample under...
1
by: Riyadh Hossain | last post by:
I am developing USPS shipping API for my site. All the work is going on testing phase. My site uses PHP/MySQL. Now I am working on USPS tracking/confirm. I can send request and get responses from...
0
by: Mike Cain | last post by:
Hi all! I'm looking to offer a software product using the SaaS model. This of course will require that I build a web site where customers can sign up, log in, manage their membership and billing...
9
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
Where can I get a sample login page with all functionalities (such as checking the password in the database, create cookies, check security and so forth). Code in C# would be fine. It it is...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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.