Seek for a record with RDO
Hi :o)
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 :-)
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.