Posts

Showing posts with the label connect to database

Dictionary Search Algorithm to Store Data in Database and Search

Image
One day I was searching the meaning of an English word in dictionary and I got this in less span of time. As we all know that dictionary contains thousands of words and with the help of this we get them easily and quickly. What if we arrange our data in server in same manner then it will be very easy for our server to find it quickly with the help of this we can save the processing time of server and thus it will be user friendly. So, here we will design the data in same pattern i.e. we will arrange data in dictionary like. For this assume there is a web application which stores the primary information of user like Name, Email ID, Mobile No. , address and to arrange this like a dictionary we will create 26 tables with name A,B,C,D…up to Z. like this   And now will be insert data in database using jquery in asp.net . To do this first we will create a new project in visual studio 2010 and named it DictionarySearch we will include css and js folder in our projec...