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











PROPERTY: Property::Name

string = fieldobject.Name
 
The Name property returns a string that is the name of the Property object. The name can also be obtained from the Properties Collection.
 
The Name property is also used by the Command, Field, and Parameter objects.
 
Code (VBScript):
For Each objProperty In objConnection.Properties
   Response.Write "Name = " & objProperty.Name & VBCRLF
   Response.Write "Type = " & objProperty.Type & VBCRLF
   Response.Write "Value = " & objProperty.Value & VBCRLF
Next

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information