CeODAX.Clear Method

PocketBrowser 3.x API

The Clear Method of the ODAX ActiveX Object clears the result set.

Clear (Method of the ODAX ActiveX Object) Syntax
object.Clear();

Examples Toggle Examples

The following example clears the resultset after a query is executed:

<script>
var ax = new ActiveXObject("CeODAX.ODAX");

var count = ax.Select('SELECT * FROM \'\\application\\test.xml\';', ',', false);
ax.Clear();
</script>
Copy example to clipboard Copy example to clipboard

Info Toggle Additional Information

Supported Platforms Windows Mobile, Windows CE
Persistence Runs immediately.
Min. Requirements None