Working with ASP, ADO, and XML
You have to create an ADO connection to the database. The next step is to open the database connection and create a recordset object. Get the data you want in the recordset object using the sql query and then open the recordset and extract data from it. You can use Response. Write to display the data in the web page and then close the recordset and the database connection.To display data from an XML file, create an xmldom object to load the xml file. Load the xml file in the xmldom object and then navigate through the xmldom object to retrieve data from the xml object. The retrieved data can be stored in variables and you can use these variables to display data in the web page.
|
|
|||
|
||||
“Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.”
Copyright - © 2004 - 2019 - All Rights Reserved.