-
ADO Recordset Find method is case insensitive ?
Hello all,
we figured out that ADO Recordset Find method applied to
detached and in-memory recorsets is case-insensitive !?
I mean:
rs.find "Name = 'aaa'" finds also 'AAA' and so on...
We found nothing regarding this issue at Microsoft site
and MSDN
Looks scaring...
Can anybody say something about this ?
Thanks in advance
Alex.
-
Re: ADO Recordset Find method is case insensitive ?
On 25 Jul 2000 06:12:04 -0700, "Alex" <aedelman@mannanetwork.com> wrote:
¤
¤ Hello all,
¤
¤ we figured out that ADO Recordset Find method applied to
¤ detached and in-memory recorsets is case-insensitive !?
¤ I mean:
¤ rs.find "Name = 'aaa'" finds also 'AAA' and so on...
¤
If this is Microsoft Access, Jet treats all queries as case insensitive.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|