Progress
ADM 2 Reference
rowidWhere (query.p)
Returns the ROWID (converted to a character string) of the first database query row satisfying the where clause. In the case of a join, only the rowid of the first table in the join will be returned and the expression in pcWhere can only reference that table.
Parameters:INPUT pcWhere AS CHARACTER
The where clause to apply to the database query to fetch the first record whose ROWID will be returned.
Returns: CHARACTERNotes: The ROWID is returned as a string both in anticipation of it being used as an argument to fetchRowIdent, and also to allow this function to be invoked from outside Progress.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |