![]() Related Questions <% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish? A. It would create a "Thing" object and place it in Contents Collection of the Application object. B. It would create a "Thing" object and place it in StaticObjects Collection of the <% varType = rsTest("field1").type %> In the database table, if the datatype for field1 (shown above) is Number, what is the value of varType? A. The field value. B. A string description. C. The field name. D. NULL. E. An enumerator. What is the program ID (ProgID) for ActiveX Data Objects in 2-tier and 3-tier database applications? 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 A. Type mismatch error B. "Hello World, Hello World, Hello World" C. 0 D. "Hello World 3" E. "Hello World" Latest Answer : The code has not been displayed .plz display the code ... A. Client actions cannot change Application variables. B. The change is not visible to any client until the application is stopped and started. C. The change is only visible to future requests made by Latest Answer : Answer : E ... A. Relational data via Jet. B. Local or SQL data via Jet. C. Relational data via ODBC. D. Non-relational data via DSN-less ODBC. E. All types of data via OLE DB. Latest Answer : E is the right answer. i.e. All types of data using OLEDB ... The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page. Latest Answer : Client send the request to the server thru Request objcet. Server recevied the information and after processing the request send back to the server thru response object.server object takes the user supplier string and encode it into the proper html format. ... Response.Write Latest Answer : display characters in html page using commandresponse.Write assign values using : ... Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed. Local variables lifetime ends when the Procedure ends. Global variables lifetime begins at the start of the script and ends at the end of the script and it can be used by any procedure within the script. Latest Answer : Local Variable: The scope of the local variable is for the procedure in which they are declare. Which are called procedural level variable. Which are local to the procedure. The variables which are declare outside the procedure in option explicit whose ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||