CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Posts
    18

    Recordset and dynamic properties

    Hi,
    I need to assign a table name to my recordset's Unique Table.
    So can someone tell me where can I set the dynamic properties of my Recordset (I couldn't find these properties in the Object Browser).
    Thanks for help


  2. #2
    Join Date
    Dec 2001
    Location
    Finland
    Posts
    8

    Re: Recordset and dynamic properties

    When your recordset is open you can assign the value with command

    Recordset.Properties(94).Value=WantedValue

    Rgds
    Tero


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

Featured