Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

ADO Tutorial
ADO Introduction
ADO DataBase Connection
ADO Recordset
ADO Display
ADO Query
ADO Sort
ADO Add
ADO Update
ADO Delete
ADO Demonstration
ADO Speed Up
ADO Command Object
ADO Connection Object
ADO Error Object
ADO Field Object
ADO Parameter Object
ADO Property Object
ADO Record Object
ADO Recordset Object
ADO Stream Object
ADO DataType

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


ADO Parameter Object

Previous Next



The ADO Parameter object gives us the detailed information about a single parameter used in a stored procedure or stored query.



Parameters are used for creating Parameterized Commands. These are the commands that, after they have been initially defined and stored, use parameters to change some detail in the text of the command before it is executed.

Many providers supports the parameterized commands. These are commands in which the desired action is defined once, but variables (or parameters) are used to alter some details of the commands.

For example, an SQL SELECT statement or other SQL statement could use a parameter to define the matching criteria of a WHERE clause, and another to define the column name for a SORT BY clause.

There are four types of parameters: input parameter, output parameter, input/output parameter and return parameter.


parameter Syntax:

objectname.property
objectname.method


ADO Parameter Object Properties

Property Description
Attributes One or more characteristics of a parameter. This property is currently read-only on UNIX.
Direction Indicates if the parameter is an input parameter, an output parameter, or both; or if the parameter is the output of a stored procedure.
Name The name of the parameter.
NumericScale The scale of numeric values in the parameter.
Precision The degree of precision for numeric values in the parameter.
Size The maximum size, in bytes or characters, of a parameter.
Type The data type of the parameter.
Value The value assigned to the parameter.



ADO Parameter Object Methods

Method Description
AppendChunk Appends data to a large text or binary data parameter.
Delete Deletes an object from the Parameters Collection

Use of the AppendChunk method on the Parameter objects to fill it with long binary or characters of the data. In this situations where the system memory is limited, and we can use the AppendChunk method to manipulate long values in portions rather than in their entirety.

AppendChunk Method Syntax:

object.AppendChunk Data


Delete Method:

The Delete method used to removes an object from the Parameters collection.

Syntax:

objparameter.Delete index


With the , methods, properties and collections of a Parameter object, we can do the following:

Set or return the name of the parameter with the Name property.

Set or return the value of the parameter with the Value property. Value is the default property of the Parameter object.

Set or return parameter characteristics with the Direction, Attributes,Precision, NumericScale, Size, and Type properties.

Pass long binary or character data to the parameter object with the AppendChunk method.

Access provider-specific attributes by using the Properties collection.




Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords:ADO Parameter Object, ado stored procedure, visual basic object, visual basic ado, ado sql server, ado ms access, asp net parameter, asp net object


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.