|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to use LIKE clause in MSAccess
hi
i am doing a project in j2ee(servlet and jsp) and my backend is MSAccess i need to extract the datas from the database once i type the first or first few letters of the datas in the record field. please help me how to implement it.. when i use LIKE clause as in the case of mysql it,s not working in MSAccess.. reply me |
|
#2
|
||||
|
||||
|
SELECT * FROM tbl WHERE field LIKE '%something%'
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > How to use LIKE clause in MSAccess |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|