JVCL Help:TJvXMLDatabase.TablesPath

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvXMLDatabase.Query


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