Foundit
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: newbie- VFP6.0 query with memo field     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Foundit in microsoft.public.fox.vfp.queriessql
Author: Bernhard Sander
Date: Dec 4, 2007 05:03

... records from another table that has "1019x1y3" if found in the memo field: Select myfield,csrindex from myTable where ( csrindex IN ( Select myMemo from TMem ) ) into cursor foundit The SQL IN operator does not check, whether the left operand (csrindex) is a substring of some of the found values of the right subselect. It only checks, whether at least one of the ...
Show full article (0.74Kb) · Show article thread
Re: newbie- VFP6.0 query with memo field     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Foundit in microsoft.public.fox.vfp.queriessql
Author: glene77is
Date: Dec 4, 2007 01:22

... those records from another table that has "1019x1y3" if found in the memo field: Select myfield,csrindex from myTable where ( csrindex IN ( Select myMemo from TMem ) ) into cursor foundit I haven't worked much with memofields. Suggestions? TIA Steve Make a copy of the 'myTable'. Then: Start by entering 'Memo' in the command line, and hitting F1. ...
Show full article (2.22Kb) · Show article thread
newbie- VFP6.0 query with memo field     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Foundit in microsoft.public.fox.vfp.queriessql
Author: shall
Date: Dec 3, 2007 14:41

... Tmem has one record that has a memo field has 1019x1y2 1019x1y3 1019x1y4 csrindex="1019x1y3" I'm trying to select those records from another table that has "1019x1y3" if found in the memo field: Select myfield,csrindex from myTable where ( csrindex IN ( Select myMemo from TMem ) ) into cursor foundit I haven't worked much with memofields. Suggestions? TIA Steve
Show full article (0.39Kb)