Header files

DB-Library uses the sybfront.h, sybdb.h, and syberror.h header files.

Client-Library uses the ctpublic.h header file:

When migrating your application, replace DB-Library header file names with the Client-Library header file name (ctpublic.h).

NoteBecause ctpublic.h includes cspublic.h, which in turn includes all other required header files, the application itself needs only to include ctpublic.h.