Re: substrings in Field
From: Rick (rick_at_di-wave.com)
Date: 08/07/04
- Next message: Jane: "Re: Queries of this type are not supported"
- Previous message: Alan C. Sheffield: "Re: Character Conversion to Integer HELP!"
- In reply to: Stefan Wuebbe: "Re: substrings in Field"
- Next in thread: Anders: "Re: substrings in Field"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 22:32:20 -0700
Thanks I will try that.
"Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
news:2ni1n1F14gfnU1@uni-berlin.de...
> You'd use an SQL statement with Like % in FoxPro
>
> SET PATH TO HOME(2) + "Northwind"
> SELECT * From customers WHERE companyname Like '%z%'
>
>
> -Stefan
>
> "Rick" <rick@di-wave.com> schrieb im Newsbeitrag
> news:%235tuCZ9eEHA.3412@TK2MSFTNGP11.phx.gbl...
> > If I want to search a substring of a field with VB6 for Access I use
Like *
> > or with SQL I use Like % how do I do that with FoxPro.
> >
> > Thanks for any help!!!
> >
> >
>
- Next message: Jane: "Re: Queries of this type are not supported"
- Previous message: Alan C. Sheffield: "Re: Character Conversion to Integer HELP!"
- In reply to: Stefan Wuebbe: "Re: substrings in Field"
- Next in thread: Anders: "Re: substrings in Field"
- Messages sorted by: [ date ] [ thread ]