ADOxtra object wrapper supports special debugging mode. While the debug mode is set wrapper instance outputs any error messages directly to the Message window every time error happens.
By default, ADOxtra wrappers created by CreateObject call inherit the xtra's default value for debugMode. You may change this default with Init xtra-level method. Wrappers created by other wrappers inherit this setting.
Note: While you are just investigating ADO capabilities it is better to set Debug Mode by default, to ensure you always know if something goes wrong. It might be important while using cascading properties, since every property returning ADO Object will be wrapped by a new instance of ADOxtra wrapper. So, you may skip useful error description.
|