setDbSet( )

Sets the data source for the MIME instance.

Interface

mimelist

JavaScript synopsis
inst.setDbSet(dbset)
C synopsis
void setDbSet(
  ListInstance* inst,
  AGDBSet* dbset
)
Parameters
  • inst   The MIME instance.

  • dbset   The M-Business XML datastore set.

Returns

None

Remarks

Call list.setDbSet(null) after you close the database to inform mimelist that the database handle is no longer valid from that point on.