JVCL Help:TJvXMLDatabase.TablesPath
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXMLDatabase.TablesPath Property
[+] TJvXMLDatabase Methods
[+] TJvXMLDatabase Properties
Search in JVCL Help
Search in all projectsSummary
Specifies where XML files are located.
Pascal
propertyTablesPath: string;
Description
Use TablePath to specify the path to the data (XML) files. This path is used in conjunction with filenames in the SQL statement sent in Query to determine what file or files to read from. For example, if TablePath is set to 'C:temptables' and Query contains 'SELECT * FROM data1.xml', the component will look for the file 'C:temptablesdata1.xml'.
See Also
About
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