JVCL Help:TJvXMLDatabase
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXMLDatabase Class
[+] JvXmlDatabase.pas Classes
[+] TJvXMLDatabase Methods
[+] TJvXMLDatabase Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvXMLDatabase
run\JvXmlDatabase.pas
Summary
A component to access the content of an XML file using SQL like syntax.
Pascal
run\JvXmlDatabase.pas
TJvXMLDatabase = class(TJvComponent);
Description
- JVCLInfo
TJvXMLDatabase is a component to retrieve data from an XML file using SQL like syntax. Specify the SQL string by assigning to the Query property. This component also has limited support for update statements.
About
Notes
All columns in the WHERE clause must be part of the SELECT clause as well * WHERE conditions must be enclosed in parenthesizes (i.e WHERE (Col1=5) AND Col2='Noodles')
- Update statements are limited to simple operations (i.e SET Col1 = Col1 + 1, Col2 = 'FooBar')
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page