Services Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for programmatic control of server and database administration tasks:

Service functions
Function name Purpose

isc_service_attach()

Attach to the InterBase Services Manager facility; required before using any of the InterBase services.

isc_service_detach()

End the attachment to the InterBase Services Manager.

isc_service_query()

Request and retrieve information about the InterBase server to which the client is attached.

isc_service_start()

Perform a service task on the InterBase server to which the client is attached.

Advance To: