AdoParameter Class

<< Click to Display Table of Contents >>

Navigation:  Ado Classes >

AdoParameter Class

Previous pageReturn to chapter overviewNext page

Purpose

 

A Parameter object represents a parameter or argument for a parameterized query or stored procedure.

 

Prototype

CLASS AdoParameter INHERIT AdoAdo

 

Constructor

 

 

 

Init()

Create Object of type AdoParameter

 


Access

 

 

Attributes

One or more characteristics of a parameter

Direction

Input parameter, output parameter, or both, or the return value from a stored procedure

Name

The name of the Parameter

NumericScale

The scale of numeric values

Precision

The degree of precision for numeric values

Size

The maximum size, in bytes or characters, of a Parameter object.

Type

The data type of the Parameter

Value

 

The value assigned to the Parameter



Assign

 

Attributes

One or more characteristics of a parameter

Direction

Input parameter, output parameter, or both, or the return value from a stored procedure

Name

The name of the Parameter

NumericScale

The scale of numeric values

Precision

The degree of precision for numeric values

Size

The maximum size, in bytes or characters, of a Parameter object.

Type

The data type of the Parameter

Value

The value assigned to the Parameter


 


 

Method

 

AppendChunk()

Write long binary data into a parameter

 

See Also

 

AdoAdo, AdoParameters, ADO Classes