Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wildcard in SPT
Message
From
14/05/2010 07:44:56
 
 
To
14/05/2010 07:08:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01464542
Message ID:
01464544
Views:
45
>Is there any way to do a wildcard on the tsosan field in the where section? I know that the table field data will not have the 'A" but I still need a match on the part number.
>
>
>
>testconnString= "Select recseq From webprddt7.tsotagtbl" +;
>" Where cono = '225907' And tsosan in('862708-401A','862708-402A','862708-403A'," +;
>"'862708-404A','862709-401A','862709-402A','862711-401A','862712-401A','862714-401A','862715-401A','862716-401A')"
>
>
>
Something like
where ( tsosan  like "8627__-40%" )
  and ( tsosan  not like "%A" )
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform