ThinDAC also offers easy to learn, powerful, high quality server side data access components. There are 6 ready-built, ready-to-use, ThinDAC server applications provided to help minimize your development efforts.
ThinDAC server applications use the RealThinClient SDK to establish and maintain ThinDAC client connections, maintain ThinDAC client sessions, receive and route ThinDAC client specific remote procedure calls to ThinDAC server side code and deliver results back to client. ThinDAC server is solely oriented towards data access tasks and offers you 10 components - of these, 4 are generic and 6 are DAC specific drivers:
 | TTDServer | This component is a ThinDAC server side component, handling requests to single logical database (DatabaseName). It dispatches client requests to linked processors. |
 | TTDSQLProcessor | This component transforms client requests into SQL commands, which are then executed by one of the DAC drivers. |
 | TTDObjectProcessor | TTDObjectProcessor "virtualizes" dataset source (ObjectName). You will need to write your own event handlers to handle client requests. |
 | TTDGuard | This component allows you to develop a user access rights control system with fine grained control to your data. |
 | TTDADODriver | ADO data access driver. |
 | TTDAnyDACDriver | AnyDAC data access driver. |
 | TTDIBODriver | Interbase Objects data access driver. |
 | TTDIBXDriver | IBExpress data access driver. |
 | TTDDOADriver | Direct Oracle Access data access driver. |
 | TTDNDBDriver | Nexus DB data access driver. |