Contents Index Transaction processing in UltraLite Error handling

UltraLite ActiveX User's Guide
  Understanding UltraLite ActiveX Development

Accessing schema information


Each ULConnection, ULTable, and ULColumn object contains a schema property. These schema objects provide information about the tables, columns, indexes, and publications in a database.

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

For information about modifying the schema, see Creating UltraLite database schema files.


Contents Index Transaction processing in UltraLite Error handling