Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can i am search the data from database?
just like google

Answer Posted / mahendra

note that, when datatype is string i.e. details like
mahendra, then use like this - "select * from employee
where empname like '%" & trim(txtbob.text) "&' ", i used
because to any leading space will be deleted.

if u want to find salary figure that i integer then
"select * from employee where salary >= " & trim
(txtbob.text) "&"

pl.note '%" & '&" for string


for this first design the table like the fields as

EMPNo | EMPNAME | SALARY | DETAILS

Now write the query as follows...

SELECT * FROM EMPLOYE WHERE DETAILS LIKE '%<SEARCH KEY>%'

This is the simplest query for that...

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

928


Can you explain architecture of your project ?

1181


What are the page life cycle events?

961


Is it true that a Web service must be written in .NET or not?

1138


What is the difference between asp.net and mvc?

1162


What language is asp.net written in?

1084


What are the asp.net 2.0 features?

1046


What are httphandlers and httpmodules and difference between them?

1051


Explain About WebService

1184


Describe the difference between inline and code behind - which is best in?

1115


Can viewstate be accessed in another page?

1098


How many types of validators are there in asp net?

1013


How do we assign page-specific attributes?

1195


How do you implement sql caching in asp.net?

1105


What is difference between view and partial view?

970