Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

Fuzzy search

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2008, 04:39 PM
Newbie
 
Join Date: Jun 2008
Posts: 6
Default Fuzzy search

Sub App_Start
Form1.Show
con.New1
cmd.New1("",con.Value)
con.Open("Data Source = " & AppPath & "\pinyin.db")
Cmd.CommandText = "select * from pinyin where code='" &"a" & "'"
cmd.ExecuteTable("table1",500)
End Sub

Result: "a"
how to do it can the result is "ai" "dai" "aaa"……
Reply With Quote
  #2 (permalink)  
Old 08-02-2008, 05:14 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,733
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Code:
cmd.CommandText = "SELECT * FROM pinyin WHERE code LIKE '%a'"
Reply With Quote
  #3 (permalink)  
Old 08-02-2008, 05:36 PM
Newbie
 
Join Date: Jun 2008
Posts: 6
Default

thank you
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum search token Forum Discussion 0 07-16-2008 07:33 PM
Incremental search with combobox aureolevoyager Questions (Windows Mobile) 0 02-27-2008 09:53 PM
Search and Replace on Device IDE Woinowski Basic4ppc Wishlist 1 01-19-2008 11:50 PM
ListView: search magi6162 Questions (Windows Mobile) 0 10-11-2007 09:16 AM
fastest way to search in database Put Claude Questions (Windows Mobile) 14 10-10-2007 08:53 PM


All times are GMT. The time now is 10:12 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0