DatabaseApp
DatabaseApp is a tool to manage video segmentations stored in databases. It can contact with different servers, list segmentations stored in those servers, view and modify segmentations and transfer segmentations from one database to another.
DatabaseApp can also store in the database a segmentation file (with the help of a HxServer).
QuerySegmentations
DatabaseApp is a tool to query video segmentations stored in databases. It offers a friendly graphical interface to build complex queries without the need to use SQL.
It also offers a SQL mode for experienced users and can translate a graphical query into a SQL query for users who want to learn SQL.
Using SQL with QuerySegmentations
ClientQueryDemo
ClientQueryDemo is a C++ console app that demonstrates how to use the queryXML
and queryDBData
operations from XMLSession
(with these operations users can query the database and get back any kind of result).