AdoCommand:Prepared Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:Prepared Assign

Previous pageReturn to chapter overviewNext page

Purpose

Indicates whether or not to save a compiled version of a command before execution.

 

Prototype

ASSIGN Prepared ( lPrepared AS LOGIC  )  AS LOGIC PASCAL CLASS AdoCommand

 

Argument(s)

lPrepared        LOGIC: Does the provider need to save a prepared version of the command

 

 

Return

LOGIC

 

See Also

AdoCommand, AdoCommand:Prepared