| | |
VB6 to work like Google?
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Nov 2007
Posts: 4
Reputation:
Solved Threads: 0
Hi, I need to build an MS Access database and include abstracts and articles. I then need to retrieve this information using Visual Basic. I would like to design it so that when someone types in a word in a search facility then relevant info would appear just like in Google ie. not just the keyword but a few lines. Please can you help Thanks Richard
Ive done it in access itself, not with VB.
In access I made a query and made the SQL starement so it said SELECT (whatever fields) from (tablename) WHERE (search field) LIKE (searchterm)
searchterm was supplied by the user and the output of the query was displayed in a report
in my case, i was searching a libary database for books by title
In access I made a query and made the SQL starement so it said SELECT (whatever fields) from (tablename) WHERE (search field) LIKE (searchterm)
searchterm was supplied by the user and the output of the query was displayed in a report
in my case, i was searching a libary database for books by title
If i am helpful, please give me reputation points.
Okay, so in my database I had a table saying:
BookID (Key)
BookName
BookPrice
BookSampleChapter
In MS Access the query was:
In MS Access [Enter Book Name] presents the user with a dialog biox asking that question.
I then used the result of the query to make a report showing the books and thier details, which were similar to the search term
Im sure you could do the same thing in VB6 quute easialy.
BookID (Key)
BookName
BookPrice
BookSampleChapter
In MS Access the query was:
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
SELECT books.BookID, books.BookName, books.BookPrice, books.SampleChapter FROM books WHERE (((books.BookName)=[Enter Book Name]));
In MS Access [Enter Book Name] presents the user with a dialog biox asking that question.
I then used the result of the query to make a report showing the books and thier details, which were similar to the search term
Im sure you could do the same thing in VB6 quute easialy.
If i am helpful, please give me reputation points.
![]() |
Similar Threads
- What is google current algorithm? (Search Engine Optimization)
- display google map using php (PHP)
- Login Screen with VB6 and Access (Visual Basic 4 / 5 / 6)
- Google Adwords Professional Available for Projects/Job (Community Introductions)
- Where do you work? Google, AOL, Yahoo? (IT Professionals' Lounge)
- Google "Beta" News in Israel (Search Engine Optimization)
- macro to make excel close (Visual Basic 4 / 5 / 6)
- How much VB6 is still out there?!? (Visual Basic 4 / 5 / 6)
- Windows can't see my additional hard drives (Windows 95 / 98 / Me)
- XP Restore disk? (Windows NT / 2000 / XP)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: vb and crystal reports
- Next Thread: Timeout expired... Error detected by Database DLL
| Thread Tools | Search this Thread |
Tag cloud for Visual Basic 4 / 5 / 6
* 6 429 2007 access activex age append application basic beginner birth bmp c++ calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver struct subroutine table tags textbox time timer urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






