JVCL Help:TJvXMLDatabase

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvXMLDatabase
run\JvXmlDatabase.pas


Summary

A component to access the content of an XML file using SQL like syntax.

run\JvXmlDatabase.pas


Pascal

 run\JvXmlDatabase.pas
 TJvXMLDatabase = class(TJvComponent);


Description

  1. 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.

run\JvXmlDatabase.pas


About

Navigation

run\JvXmlDatabase.pas


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')

run\JvXmlDatabase.pas


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