Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
createing a search engine for my database (access)
Old 04-01-2005, 11:15 AM createing a search engine for my database (access)
numbenator's Avatar
Webmaster Talker

Posts: 516
Location: London
Trades: 0
Hi All,

I've got an access database with a table called 'forum' created within.

forum has three fields.

id
data
date

My question is : How do i create a search on my site that clients can use to locate information.

cheers
Steve
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
 
Register now for full access!
Old 04-01-2005, 02:24 PM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
The simple way is to use an SQL SELECT Statement..

Code:
SELECT * FROM forum WHERE data LIKE %Search Query%
Obviously replace 'Search Query' with the user's search term in the code. You can build from there using a combo of ASP and SQL o make it as complex as you like
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 04-05-2005, 03:37 PM
numbenator's Avatar
Webmaster Talker

Posts: 516
Location: London
Trades: 0
thanks very much. thats gr8
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
Reply     « Reply to createing a search engine for my database (access)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.70938 seconds with 12 queries