wrap_GetDML {function}

 

 

  wrap_getdml

 

Public Sub wrap_runNonQ()

'Example of wrap_runNonQ and wrap_GetDML

 

  Dim boo As Boolean

  If Not oregistered Then: boo = regQ:

  If Not o.connected

    Then boo = o.connect

    boo = o.connected Else

    boo = True

  End If

  If boo = True Then

    boo = o.wrap_runNonQ("shw tod") If boo = True Then

    Debug.Print (o.wrap_getDML) Else

    Debug.Print o.getLastMooErr

  End If

Else

  Debug.Print "Unable to Connect"

  Debug.Print o.getLastMooErr End If

 

End Sub

 

A low level API that retrieves the output from the Oracle OLAP environment after execution of a DML statement via the wrap_runNonQ function.

 

Syntax

 

 

Example of an Excel VBA application using the wrap_GetDML function:

 

Microsoft®, WINDOWS®, Microsoft Excel®, Microsoft Office® are registered trademarks of Microsoft Corporation.

ORACLE® is a registered trademark of ORACLE Corporation.

® SDMC Consulting Limited 2010