If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Ado filter error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-04, 17:06
charlieroot charlieroot is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
Ado filter error

I'm using winxp pro - vb6 sp6 - jet40sp8 - mdac 2.8

The msaccess 2000 table contains this records :

code name Last Name
1 william Rodes
2 william Jones
3 robert riffel

if i applied this filter : data1.recordset.filter = "name like 'wil*' "
no records are returned
but if i apllied this one : "name like 'will*' " the 2 records were displayed

Any ideas ?

Charlie Root
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On