Desktop User Guides > Professional > Interview scripting > Interview scripting reference > Database Connection Interview Services object model
 
Database Connection Interview Services object model
The DBConnection Interview Services object model provides support for defining and configuring external web services that can be used in the routing script. The service allows ADO database connections to be shared between multiple running interviews. This helps improve performance and scalability for interview scripts, that use direct database access, by eliminating the need for each script to individually connect to a database.
See
DBConnectionService namespace
See also
Interview scripting reference