Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 29th, 2004, 07:57 AM
Authorized User
 
Join Date: Aug 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Prabhakar_dt
Default About ASP

Dear Friends,

   Will anyone tell me that ASP is a Tool or a Language.

thanks


Prabhakar

Prabhakar Kumar
__________________
Prabhakar Kumar
 
Old October 29th, 2004, 08:17 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

ASP is a scripting language.

A scripting language is different from a High level language in following ways.

1) scripting language is interpreted. HLLs(VB, Delphi, Pascal) are compiled. This means that programs written in an HLL is faster.

2) scripting languages require an engine to be installed on server. HLLs does not. They come with its own compilers.

3) There is no strict data types in a scripting language. All variables are of a general type. But in an HLL, data types are there and each variable needs to be of a defined data type. This means that the space allocation for an HLL program can be done before starting the program. In scripting languages, this is not possible.

4) Normally all scripting languages can be done with simple text editors like notepad (forget about the efficiency/productivity !!). HLL languages like VB, Delphi require its own IDE.
 
Old October 31st, 2004, 06:55 AM
Authorized User
 
Join Date: Aug 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Prabhakar_dt
Default

Hi Madhu,
        Thanks for ur reply. But what I will say if any one ask that ASP is a Language or Tool. In ur view it's a Language. But in Wrox book i have learned that ASP is a Tool.

Thanks...


Prabhakar Kumar
 
Old October 31st, 2004, 09:30 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Prabhakar,
ASP is not a language.
A "Technology" is probably a better description, VBScript and Javascript are 'languages' that can be used with ASP.
Because ASP is 'used' to generate HTML/access a DB, a 'tool' is a valid description but when I think of tools I think more of utilities or development tools like Visual Studio or Homesite.






======================================
They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================
 
Old November 1st, 2004, 09:44 AM
Authorized User
 
Join Date: Aug 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Prabhakar_dt
Default


Hi Rodmcleay,

        Thanks for ur answer. U r saying that it is a technology and also saying it a tool, but Madhu is saying that it is a acripting language. U both are confusing me. How I will answer any one who will ask me about ASP. Please describe me. I am also searching in different books. In wrox book for Beginner ASP it is mentioned that ASP is a tool.

Again Thanks for ur reply.

Prabhakar

Prabhakar Kumar
 
Old November 1st, 2004, 03:51 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

I would say that a Technology as rodmcleay did. When you are asked about ASP, you can always tell them, "Active Server Pages, Microsoft's technology enables HTML pages to be dynamic and interactive by embedding scripts, i.e. either VBScript or JScript, Microsoft's alternative of JavaScript.", to keep that simple.

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old November 2nd, 2004, 12:21 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

I made the mistake. It is the VB script which is a scripting language. ASP provides an environment for VBScript to run. In addition to VBScript, you can use other scripting languages like JScript using ASP.

You may call ASP as a "Server side scripting environment".

Sorry for the mistake.
 
Old November 8th, 2004, 03:15 AM
Authorized User
 
Join Date: Aug 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Prabhakar_dt
Default

Hi to all madhu,Rodmcleay,Vijay

       Thanks for all ur reply. I am now confirm that we can't say ASP a tool or a language..it just an enviornment where we can writ code for dynamic excution.

Thanks again

Prabhakar

Prabhakar Kumar





Similar Threads
Thread Thread Starter Forum Replies Last Post
send parameters from asp page to an asp.net form hastikeyvan ASP.NET 1.0 and 1.1 Basics 2 March 29th, 2008 01:32 AM
using asp.net web user control in asp 3.0 App i_shahid Classic ASP Professional 0 January 8th, 2008 07:32 AM
Custom HTTP 404 Problem w/ASP to ASP.NET kwilliams ASP.NET 2.0 Professional 7 November 26th, 2007 04:17 PM
Upgrading ASP w/ SQLserver 2000 to ASP.NET w/2005 cJeffreywang ASP.NET 2.0 Basics 1 April 5th, 2007 11:30 PM
Porting a sa,ple ASP CR viewer app to ASP.NET jhansen42 Crystal Reports 0 August 29th, 2003 10:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.