Creating a database service

A database operation that performs as a standalone service or performs as a service within a business process or other composite service must use a database service. You can use existing stored procedures, SQL statements created during development of the database service, and query files to perform a selected operation on a particular database. This results in a service file that you can deploy to provide access to the selected operation at runtime.

This tutorial teaches you how to create a database service using Sybase WorkSpace tools. After you complete this tutorial, you will know how to create a database service from a set of stored procedures. You will have a complete service, ready to be deployed and tested.

This tutorial contains one lesson.