TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
talal ahmed
NA
2
1.4k
problem facing in C# code
Jan 14 2016 5:34 PM
Helloo,
i have access database file have 4 tables (PrGEL, PoGEL, PrChopRule, PoChopRule).
i want to search word from first 2 tables(exceptio list of words) if word is found in table show output in textbox.
1) Check the input word in all exception lists
2) If word is found, dont apply any chopping and return the word itself so it will be the output
task is done so no further step
3) If word is not found, then first apply chopping of prefix
4) Now check the remaining word again in all exception lists
5) If found return this remaining word as output
task is done so no further step
6) If not found then apply chopping of postfix
7) return the remaining word, task is done
can any one help me ?
Reply
Answers (
1
)
transfer data value from gridview to other form
Combobox item when select displaying wrong record in textbox