Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread DbiSam string Filtering question
Tue, Jan 16 2007 1:07 PMPermanent Link

"Jonas Wik"
when using the filter on the dbisam table how can you filter on a partial
match of a string field

Wed, Jan 17 2007 5:11 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Jonas


Depends on the version but try LIKE

DBISAM filters are VERY similar to sql

Roy Lambert
Wed, Jan 17 2007 9:50 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jonas,

<< when using the filter on the dbisam table how can you filter on a partial
match of a string field  >>

You can use the LIKE operator:

MyField LIKE 'Test%'

Or you can use the asterisk wildcard:

MyField='Test*'

--
Tim Young
Elevate Software
www.elevatesoft.com

Image