Results 1 to 14 of 14

Thread: Returning Properties Values

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Returning Properties Values

    Is there a way to return the value for each of the property for an object?

    Similar to this but on the same level as the Properties such as Connection and ConnectionString:
    Code:
        Dim adoProp As ADODB.Property
        For Each adoProp In adoConn.Properties
        Next
    http://www.vbforums.com/showthread.p...ate+properties
    Last edited by Liquid Metal; Jun 11th, 2008 at 04:37 PM.
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width