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

    Seek for a record with RDO

    Hi )

    Does anybody know how to locate a record with RDO programming ? When I use Visual FoxPro, I use the functin seek() or "locate for", whether there is an index or not. But how with VB when using RDO ?

    The researche should, at best, locate the nearest match for the user entry.

    Thank you ;-)

    Duke1000 :-)



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Seek for a record with RDO

    since you keep posting the same question again and again, here is the official ms statement:
    "RDO does not have a FindFirst or a Seek method. "

    check out MSDN article Q142836 for details and a workaround using an RDO prepared statement.


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