Contents Index Transaction processing in UltraLite Error handling

UltraLite C++ User's Guide
  Understanding UltraLite Development

Accessing schema information


Objects in the API represent tables, columns, indexes, and synchronization publications. Each object has a GetSchema method that provides access to information about the structure of that object.

Here is a summary of the information you can access through the schema objects.

You cannot modify the schema through the API. You can only retrieve information about the schema.


Contents Index Transaction processing in UltraLite Error handling