Click or drag to resize

IDatabase Properties

The IDatabase type exposes the following members.

Properties
  NameDescription
Public propertyActualDSN
Actual DSN logged in, depends on superoffice.ini and travel status
Public propertyActualPrefix
Actual Prefix of logged-in connection, depends on superoffice.ini and travel status
Public propertyAdmin
Admin api. Must be logged in with user level 0 to access
Public propertyDatabase
Returns the Database object.
Public propertyDataSourceType
Data source type - c-tree or ODBC type
Public propertyDataSourceVariant
Data source variant - central, travel, satellite db
Public propertyDictionary
Return a data dictionary object.
Public propertyFind
Returns a Find object - has search functions that return collections
Public propertyNotepadPage
Public propertyNotepadPages
Number of notepad pages for the current user
Public propertyNumbers
Returns an object for controlling the Number allocation system.
Public propertyOwnerContactId
Returns the id of the owner contact
Public propertyOwnerCountryId
Returns the id of the owner country
Public propertyPassword
Obsolete. Use SafeCredentials instead. Always returns blank now.
Public propertyPreferences
Preference settings object
Public propertyRevision
Returns the Revision number (e.g release 5.6.30 returns 30)
Public propertySafeCredentials
A security token that can be used instead of username+password to log in
Public propertySettings
Get the database settings object - does not require login to use.
Public propertyStringResources
Returns a string resource manager.
Public propertySystemOwnerContactId
Get the system owner contact id
Public propertyTimeZones
Returns a TimeZone manager object with functions for converting and listing time zone information.
Public propertyTravelInterface
Returns an object with Travel functions.
Public propertyUserAssociateId
Returns the associate id of the logged in user
Public propertyUsername
The associate name of the current user.
Public propertyUtils
Returns a Utility interface. This interface may have reduced functionality in a release build
Public propertyVersion
Returns the Version as a decimal (e.g. 5.6 or 6.0)
Top
See Also