Database Library

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
  

The dax library access the databases through their native API (OCI at Oracle and CLI at DB2) so there is no need for any ODBC driver. Also there is no binding necessary since all access is done by dynamic SQL.

Files

KcDaxLib.dll
The implemented functions

KcDaxLib.hss
External declarations used when loading at runtime

Globals

Identifier Description
daxVersion Current version of the library
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>