Computing.Net > Forums > Web Development > ASP databases

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

ASP databases

Reply to Message Icon

Name: computingMonk
Date: August 18, 2006 at 13:08:49 Pacific
OS: n/a
CPU/Ram: n/a
Product: n/a
Comment:

I have question about ASP development.
I am looking at purchasing web based software that uses ASP.
From my understanding asp pages simply read input and write output to 3rd party databases such as access or SQL. Is this correct? However, I have heard that ASP uses its own databasing structure so no other types of databases are needed. Is there such thing as a straight ASP database?
I ask because I need to know if I need to purchase SQL to run the ASP software in question.
I guess what I am asking is from an engineering standpoint...I wish to understand the relationship between asp and databasing. I do have web dev experience so I will be able to understand the concepts easily if they are explained to me.

Thanks in advance for your information!

www.digitalcorruption.net



Sponsored Link
Ads by Google

Response Number 1
Name: SN
Date: August 18, 2006 at 15:03:04 Pacific
Reply:

First, it's necessary to clarify whether we're talking about "classic" ASP pages or ASP.NET pages...There's quite a big difference. Since you didn't specify .NET, I'll assume we're talking about classic ASP pages.

From my understanding asp pages simply read input and write output to 3rd party databases such as access or SQL.
At the functional level, there's nothing special about ASP as compared to PHP, Perl, ASP.NET, or JSPs. ASP certainly can read input and write to databases, but it can also read info from the databases and write it to the browser, or it can read from static files, or any other data source. It works essentially exactly the same way as PHP, except with VBScript or server-side javascript as the language instead of PHP.

ASP can connect to any database that has ODBC capability (mysql, oracle, dbII, sql server, msde, sql server express, access, excel, postgre sql, cvs text files, etc.) Although ASP is commonly used with databases, there's no mandatory coupling of asp and database software.

Classic ASP is absolutely the worst server-side scripting technology available today. It is truly crap. If you can find something using ASP.NET instead, you'll be much better off.

Hope this answers your question. Good luck,

-SN


0

Response Number 2
Name: bakss
Date: September 14, 2006 at 16:18:31 Pacific
Reply:

if you will not store any data you don't need database


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: ASP databases

how to connect mysql database in asp.net????? www.computing.net/answers/webdevel/how-to-connect-mysql-database-in-aspnet/4117.html

drop down menu database link www.computing.net/answers/webdevel/drop-down-menu-database-link/1447.html

asp.net web service and mysql www.computing.net/answers/webdevel/aspnet-web-service-and-mysql-/2695.html