Which DLL translate XML to SQL in IIS?
-
SQLISAPI.dll
-
SQLXML.dll
-
LISXML.dll
-
SQLIIS.dll
A
Correct answer
Explanation
SQLISAPI.dll is the ISAPI extension DLL used by SQLXML to translate XML-based HTTP requests into SQL queries in IIS. This was part of the SQLXML technology that enabled HTTP access to SQL Server, allowing XML templates to be executed via IIS and return results as XML.