Which DLL translate XML to SQL in IIS ?
A. SQLIIS.dll
B. LISXML.dll
C. SQLISAPI.dll
D. SQLXML.dll
A. System.Data.Interfaces
B. System.Data.Connection
C. System.Data.Common
D. System.Data
A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these
A. SQLDataReader
B. Data Set
C. Both A and B
D. None of these
A. System.Web.Services
B. System.Web.Ui.Forms.Security
C. System.Web.Configuration
D. System.Web.Security
A. HtlmInputCheckBox
B. HtmlCheckBox
C. HtmlControl
D. None of these
A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects
D. A DataSet must be merged into the same DataSet that created it.