daxDispose

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
   daxCommit
   daxConnect
   daxDatabase
   daxDisconnect
   daxDispose
   daxDone
   daxFetch
   daxParse
   daxRollback
   daxRowsProcessed
   daxSelectColumnName
   daxSelectColumns
   daxSelectColumnSize
   daxSelectColumnType
   daxSimple
   daxSupply
   Sample 1 (Toys)
   Sample 2 (Portable)
   Sample 3 (Unknown Table)
C API
C++ API
CSS Links
  
daxDispose(
  const cursor)    // dax cursor handle

Dispose cursor no longer needed so it can be reused for other statements.

Since there are max. 32 cursors available you may run out of cursors if you dont dispose cursors no longer needed.

 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>