Hybrid Commands

Microsoft ActiveX Data Objects (ADO)

ADO 2.5

Hybrid Commands

Hybrid commands are partially parameterized commands. For example:

SHAPE {select * from plants} 
   APPEND( {select * from customers where country = ?} 
           RELATE PlantCountry TO PARAMETER 0, 
             PlantRegion TO CustomerRegion ) 

The caching behavior for a hybrid command is the same as that of regular parameterized commands.

See Also

Data Shaping | Formal Shape Grammar | Shape Commands in General

© 1998-2003 Microsoft Corporation. All rights reserved.