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

    getting values from Recordsets

    I am pulling records from a database. I am using the CDaoRecordset to do my queries with, but I am having a little dificulty getting the actual value of the field that I am trying to search for. I am using the GetFieldvalue() function and I get a COleVariat object back, but I am unsure how to use this. I can't seem to find any examples on COleVariant and database. So if someone has a sample of how to do this tell me where I get the sample or send me one please.


  2. #2
    Guest

    Re: getting values from Recordsets

    Hi,
    what type of value are U trying to extract from the database ?
    Yash.


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