ADOxtra for Macromedia DirectorXtra-level methods
Init(bDebugMode) - Initializes ADOxtra and optionally sets debugging mode for newly created wrapper instances.
CreateObject(symObjectId) - Creates specified object and ADOxtra wrapper instance to allow Lingo access to the newly created object.
Version() - Returns the version of ADOxtra.
About() - Returns the about information of ADOxtra.
DateTimeListToFloat(propList) - Returns the float representation of the date/time specified by a property List argument.
FloatToDateTimeList(fltDateTime) - Returns the property list with date/time information converted from float representation of the date/time.
BuildConnectionString() - Invokes the dialog box for choosing data source and other properties. Returns the string with connection information that may be used as connectionString while opening Connection object or Recordset object.
|