daxParse

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
   daxCheckCursor
   daxCommit
   daxConnect
   daxDatabase
   daxDisconnect
   daxDispose
   daxDone
   daxFetch
   daxLiteral
   daxParse
   daxRollback
   daxRowsProcessed
   daxSelectColumnName
   daxSelectColumns
   daxSelectColumnSize
   daxSelectColumnType
   daxSimple
   daxSupply
   Sample 1 (toys.csl)
   Sample 2 (portable.csl)
   Sample 3 (unknown.csl)
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  
daxParse(
  const link,     // db link handle
  const sql,      // SQL statement
 [const maxlong]) // max. select-size for long columns (default 2000)

Prepares a SQL statement for subsequent cursor related dax functions. Parameters for daxSupply are inserted by a # followed by the column size for non-numeric data and a single # for numeric data.

Returns a cursor handle.

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>