Netlinxdbinclude.asp; Functions - AMX I!-DATABASEPLUS AND DBWIZARD Instruction Manual

Integration!solutions
Table of Contents

Advertisement

Programming i!-Database Plus
}
}
If you want to edit the database, you need to capture data from the user and call your other SQL
building routines to send your request off to the server.

NetlinxDBInclude.asp

Functions

The following table describe the functions contained in the NetlinxDBInclude.asp file.
NetlinxDBInclude.asp Functions
XMLTag
Converts field name to
XML compatible tag.
CDATAit
Converts XML
Parameter to CDATA
format.
GetXMLFromADORS
Converts ADO
Recordset to XML.
NetlinxDBInclude.asp Functions (Cont.)
Continued
18
TO[dcTITLES_CTRL[nIDX]]
The XMLTag function is used when converting record sets to XML.
Syntax:
XMLTag(szStr)
Variable:
szStr = Represents the string to be converted to XML tag. (Required.)
Return Values:
XMLTag returns the string converted to XML tag.
The CDATAit function is used when converting record sets to XML.
Syntax:
CDATAit(strData)
Variables:
strData = Represents the data to be wrapped in CDATA. (Required.)
Return Values:
CDATAit returns srtData wrapped in CDATA.
The GetXMLFromADORS function is used to convert record sets to XML.
Syntax:
GetXMLFromADORS(objADORS , strHdr, nStart, nPageSize)
Variable:
objADORS = Represents the record set object to be converted. (Required.)
strHdr = Represents the header to attached to XML record set. (Required.)
nStart = Represents the starting record number. (Required.)
nPageSize = Represents the number of records to retrieve. (Required.)
Return Values:
The GetXMLFromADORS function is used to convert record sets to XML.
i!-Database Plus and DBWizard

Advertisement

Table of Contents
loading

This manual is also suitable for:

I!-databaseplusDbwizard

Table of Contents