Navigation:  DataServer Classes > DaoQuery Class >

DaoQuery:WhereOrderBy() Method

Previous pageReturn to chapter overviewNext page

Purpose

Specify a WHERE condition and an Order By in one method call.

 

Parameters

cWhereString value that specifies the filter to set
cOrderString value that specifies the order to set

 

Please note

You can not use VO functions in the string. Only valid VBA functions are allowed.

 

Class

DaoServer