SQL Functions

<< Click to Display Table of Contents >>

Navigation:  Compatibility Classes (Professional Version Only) > SQL CLasses >

SQL Functions

Previous pageReturn to chapter overviewNext page

Most of the functions that were not needed anymore are gone. If there is something that you really need, please let us know.

 

We have added three functions that let you specify some options for opening Sqlconnections and SqlSelect objects

 

FUNCTION SqlSetAdoCursorLocation(nNew ) AS INT

defaults to AdUseClient

 

FUNCTION SqlSetAdoConcurrency(nNew ) AS INT

defaults to adLockOptimistic

 

FUNCTION SqlSetAdoCursorType(nNew) AS INT

defaults to adOpenStatic

 

A change to one of this values will only be used by new sqlconnections and sqlselects