Click to See Complete Forum and Search --> : Seek for a record with RDO


duke1000
November 15th, 1999, 07:25 AM
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 :-)

Lothar Haensler
November 15th, 1999, 07:28 AM
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.