DQL Server Deployment and Integration

Read(569) Label: deployment, integration,

DQL Server can be regarded as a logical database that uses composite tables (.ctx) as data sources and analyzes DQL syntax independently. From another application, programmers get metadata information from DQL Server through its driver and send DQL statements to DQL Server, which will return query result by consulting information of the physical table (.ctx) in metadata.

DQL Server is an independent logical database. It can serve multiple applications and help administer physical tables (.ctx).