docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualDatabase Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<sqltable/>

Provided by module: Tags: SQL tags

Creates an HTML or ASCII table from the results of an SQL query.


Attributes

ascii

Create an ASCII table rather than an HTML table. Useful for interacting with <diagram> and <tablify>.


host="database"

Which database to connect to, usually a symbolic name set in the SQL Databases module. If omitted the default database will be used.


query="SQL statement"

The actual SQL-statement.


parse

If specified, the query will be parsed by the RXML parser. Useful if you wish to dynamically build the query.


charset="string"

Use the specified charset for the SQL statement. See the description for the "sql" emit source for more info.