ADO Locate not working
- From: P.S.Bell <pat@xxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 09:50:18 +0100
Just to clarify/simplify a previous posting.
if A.Locate('Val', BVal.Value, []) then
showmessage(AVal.Value+'='+BVal.Value);
If the above shows the message that message should always show
foundstring=samestring ie xxxx=xxxx not yyyyy=xxxx - Right? It
doesnt, it shows wrongstring=searchedforstring.
This is irrespective of master detail or anything - a simple
locate but it aint working. Is it an ADO thing? Do I need to
change all my locates to Select Count?
This is in D6 on an ADO table with SQL Server 2000.
Pat Bell
.
- Follow-Ups:
- Re: ADO Locate not working
- From: Guillem
- Re: ADO Locate not working
- Prev by Date: Re: Generalized SQL speed question using subqueries
- Next by Date: Can't connect with ConnectionString (D7+ADO)
- Previous by thread: Checking for a connection - The best way?
- Next by thread: Re: ADO Locate not working
- Index(es):
Relevant Pages
|