Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...





In the example above the XperienCentral database is selected. In the "Database Connection Metadata" section, the following information is shown:

MetadataDescription
NameThe name of the database.
JNDI ResourceThe name of the JNDI resource used by the database.
Product nameThe manufacturer of the database (Oracle, MySQL, etc.).
Product versionThe major.minor version number of the database.
Driver nameThe name of the database driver.
Driver versionThe major.minor version of the database driver.

...

The fields of the table are shown along with the following information:

 

FieldDescription
NameThe name of the database field.
Data typeThe type of data stored in the field (INT, VARCHAR, and so forth)
LengthThe length of the field in bytes.

 


Back to top

 

...

Table Queries

You can enter Structured Query Language (SQL) statements in order to manage a database and retrieve the values of fields in a database's tables on the "Query" tab.

...

Warning

Use extreme caution when using executing SQL statements such as DELETE, JOIN, and others that can affect the structure of the database and/or tables and fields because doing so could have an adverse affect on your website(s).

...