Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

php - How can I replace/speed up a text search query which uses LIKE? -


i'm trying speed query...

select padid pads (keywords '%$search%' or  programname '%$search%' or english45 '%$search%') ,  removemedate = '2001-01-01 00:00:00' order versionadddate desc 

i've done work already, have keywords table can add

... padid in (select padid keywords word = '$search') ... 

however going nightmare split words english45 , programname word table.

any ideas ? edit : (also provided actual table names)

alt text

alt text

alt text

have tried fulltext indexing? here article it:

http://devzone.zend.com/article/1304

also, using soundex functions, might help, might not.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -