The Clear Method of the ODAX ActiveX Object clears the result set.
Clear (Method of the ODAX ActiveX Object) Syntax object.Clear();
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
Additional Information
Supported Platforms Windows Mobile, Windows CE Persistence Runs immediately. Min. Requirements None