XDR doesn't know, right? It is simplified XML-Data. Now we will demonstrate how to implement this query SELECTo. OrderID, o. OrderDatefromOrderso, Customersc, WHEREo. CustomerIDc. CustomerIDandc. CompanyName? Code: % @ LanguageVBScript % DimsConnsConnProviderSQLOLEDB XDR will not know? It is simplified XML-Data. Now we will demonstrate how to implement such a query.
SELECT o. OrderID, o. OrderDate from Orders o, Customers c,
WHERE o. CustomerID = c. CustomerID and c. CompanyName =?
Code:
<% @ Language = VBScript %>
<%
Dim sConn
SConn = "Provider = SQLOLEDB; Data Source = (local); Initial Catalog = Northwind; User ID = SA; Password = ;"
Dim adoConn
Set adoConn = Server. CreateObject ("ADODB. Connection ")
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.