
or
Join Now!
|
|
Home/Computing Technology/Programming/Visual Basic
|
| Forum |
Ask A Question |
Question Board |
FAQs |
Search |
Return to Question Board
| Question Details |
Asked By |
Asked On |
| "like" in sql statement, VB |
Meezan |
08/09/04 |
hi guys!
I am using datagrid and a text field (as an LOV in oracle) for displaying multiple records. I am trying to filter the datagrid (bound with ADODC object) at run time under key press function of the text field. Here is the statement which gives error.
Adodc3.RecordSource = "select * from item_info where item_name like " & "'" & sitem_name.Text & "'" & " % " & " order by item_name"
Help.
A quick response will be highly appretiated. If you are reading this question after a month of its posting, please dont bother cause by that time i would probably know the answer.
Cheers,
Ali
|
|
Your Options |
Additional Options are only visible when you login! !
|
|
|
|