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
sugarsupper
NA
3
0
does the Access Procedure not support the like SQLStatement
Feb 22 2005 5:03 AM
Hi, i want to ask a question of Access Procedure (name:sp_User_GetUsersWithParams1): PARAMETERS [@keyword] Text ( 255 ), [@index] Text ( 255 ); SELECT * FROM [User] WHERE name like ' % [@keyword] % ' and letter=[@index] ORDER BY name; table field struct : [name]type text,[letter] type text (@index is a single letter like 'A') when i directorily run in the Database(communite.mdb),but it does not return any results that I want ! does the Access Procedure not support the like SQLStatement ? or something wrong have i maked ?
Reply
Answers (
1
)
Bind ComboBox
refreshing stored proc SqlParameters