UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULDatabaseSchema class
The following are properties of ULDatabaseSchema:
Prototype | Description |
---|---|
DateFormat As String (read-only) | Gets the format for dates retrieved from the database; 'YYYY-MM-DD' is the default. The format of the date retrieved depends on the format used when you created the schema file. |
DateOrder As String (read-only) | Indicates the interpretation of date formats; valid values are 'MDY', 'YMD', or 'DMY'. |
NearestCentury As String (read-only) | Indicates the interpretation of two-digit years in string-to-date conversions. This is a numeric value that acts as a rollover point. Two digit years less than the value are converted to 20yy, while years greater than or equal to the value are converted to 19yy. The default is 50. |
Precision As String (read-only) | Gets the maximum number of digits in the result of any decimal arithmetic. |
Publications As IPublicationSchemas(read-only) | Gets a collection of publication schema objects. |
Scale (read-only) | Gets the database numeric scale. |
Signature As Variant (read-only) | Gets the database signature, an internal identifier representing the database schema. |
TableCount As Long (read-only) | Gets the number of tables in the connected database. |
TimeFormat As String (read-only) | Gets the format for times retrieved from the database. |
TimestampFormat As String (read-only) | Gets the format for timestamps retrieved from the database. |
TimestampIncrement (read-only) | Gets the database timestamp increment. |