vks.gautam1
Well-known member
I am developing a VB project in which i want to search a value .& a text
In database i set
Mobile_no Field Text property .
now i want to search a no.
select * from table_name where mobile_no= ' " & textbox1.text & " '
But im not finding no.
Second i want to search a string how to write a query for this.
In database i set
Mobile_no Field Text property .
now i want to search a no.
select * from table_name where mobile_no= ' " & textbox1.text & " '
But im not finding no.
Second i want to search a string how to write a query for this.
Last edited: