Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Command Name Property
Field Name Property
Property Name Property
PROPERTY: Parameter::Name
string =
parameterobject.
Name
parameterobject.
Name
= string
The
Name
property sets or returns a string that is the name of the
Parameter
object.
This property is read/write for
Parameter
objects that have not been appended to the
Parameters Collection
. However, the
Name
property becomes read-only after a
Parameter
object is appended to the
Parameters Collection
. Interestingly, names do not have to be unique in the
Parameters Collection
.
You can also set the name using the
CreateParameter
method of the
Command
object.
Code (VBScript):
For Each objParameter In objCommand.Parameters
Response.Write objParameter.Name & VBCRLF
Next
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information