Invoking Service Tasks with isc_service_start( )
From InterBase
Go Up to Working with Services
You can use the function isc_service_start()
to request that the Services Manager perform specified tasks. These tasks execute on the server host as a thread in the ibserver
process. This section describes the types of tasks you can request.
You can execute only one task at a time in a given attachment to a Services Manager. While the task is running, you can retrieve any output of the task using isc_service_query()
. You can maintain multiple attachments to a Services Manager and execute a task in each attachment.
Topics
- Using Request Buffers
- Overview of Task Identifiers
- Generic Services API Parameters
- Backing Up and Restoring Databases Using isc_action_svc_backup
- Dumping Databases
- Journal Archives
- Setting Database Properties Using the Services API
- Invoking Database Maintenance Using the Services API
- Requesting Database and Server Status Reports Using the Services API
- Configuring Users Using the Services API
- Administering Software Activation Certificates