Contents Index Transaction processing in UltraLite Error handling

UltraLite for MobileVB User's Guide
  Understanding UltraLite for MobileVB Development

Accessing schema information


Objects in the API represent tables, columns, indexes, result sets, and synchronization publications. Each object has a Schema property 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. For information about modifying the schema, see Altering the schema of UltraLite databases.


Contents Index Transaction processing in UltraLite Error handling