Difference between revisions of "Importing and Exporting Data"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) (→Export to XML) |
Yvonnemilne (Talk | contribs) (→Export to HTML) |
||
Line 10: | Line 10: | ||
===Export to HTML=== | ===Export to HTML=== | ||
+ | <pre> | ||
+ | select <column-definition> from <table-definition> into html <html filename> | ||
+ | </pre> | ||
+ | |||
===Export to JSON=== | ===Export to JSON=== | ||
===Summary=== | ===Summary=== |
Revision as of 17:36, 13 January 2010
Contents
Importing and Exporting Data
Import From Text Files
Import from XML
Import Live Data using SQL Connectivity Functions
Export to Text Files
Export to XML
select <column-definition> from <table-definition> into xml <xml filename>
Export to HTML
select <column-definition> from <table-definition> into html <html filename>