What is the program ID (ProgID) for ActiveX Data Objects in 2-tier and 3-tier database applications?
A. ADO B. RDODB C. ADODB D. RDS E. OLEDB
• Contents collection – contains all the variables established for a session without using the tag. • Static collection – contains all the objects created with the
Latest Answer : There are two collections. 1. Contents - Contains all the items appended to the session through a script command. 2. StaticObjects - Contains all the objects appended to the session with the HTML tag ...
The Session Object has only one method, which is Abandon. It destroys all the objects stored in a Session Object and releases the server resources they occupied.
Latest Answer : content.removecontent.removeallabondan ...
Objects that can enhance the application are known as the Scripting Objects.
The Dictionary object, the FileSystemObject object, TextStream object.
ASP is a server side-scripting environment for building dynamic and interactive web pages. Since the scripts run on the server side, the web server does all the processing.
Latest Answer : ASP is a technology that enables you to make dynamic and interactive web pages.It runs on Internet Information Services(IIS) or Personal Web Server(PWS). ...
• ASP executes code on the server side whereas the browser interprets HTML. • ASP can use any scripting languages • Gets feedback from the user and return information to the user •
It permits to create more interactive Web Pages. Validation, formatting of web pages can be done. VBScript, JavaScript are some examples.
Latest Answer : Its a high-level programming language that is interpreted by another program at runtime rather than compiled by the computer’s processor as other programming languages (such as C and C++) are These types of languages are client-side scripting languages, ...
VBScript
Latest Answer : ANS: VBScript ...
JavaScript
Latest Answer : javaScript ...