ADOxtra for Macromedia Shockwave Multiuser ServerADOxtra_MUS' Object Model
ADOxtra_MUS implements server-side databases access via several basic types of objects.
DataSource object is used to define where the data is to be retrieved from. The DataSource actually wraps an instance of ADODB.Connection, which is used in the same way as in usual ADO.
Query object is used to perform a particular database operation. Every Query object is linked to the specified DataSource object, so it always knows from where to get data. The Query object actually wraps an instance of ADODB.Recordset.
All DataSource and Query objects are created during the configuration procedure of the ADOxtra_MUS instance. Objects' names, security settings, ADO settings etc. are also defined during the configuration procedure of the ADOxtra_MUS instance. Once defined, most of these settings cannot be modified externally.
|