由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Questions about building a database(Maybe ACCESS?)
相关主题
Oracle Group and Index questionHelp! about Access2000 and VB6
请问DATABASE各位大侠Problems on ACCESS + VB
SQL求救,helpHelp!! Data Access Page in Access
Access VS SQL Server 我应该怎么选择?[转载] 我的asp脚本为什么总是出现"数据库对象不能更新"的错误 ?
新手求助: 学那个DATABASE软件好呢?Oracle 有这种 create partially sorted index方法吗?
questionAccess database 求助
Help about mysql请教ssis
stored procedure running 很慢的问题Does MS SQL 7 support SQL3 Datatype?
相关话题的讨论汇总
话题: access话题: search话题: he话题: maybe话题: questions
进入Database版参与讨论
1 (共1页)
z****n
发帖数: 5870
1
My boss want me to put all his publications and reports into
some database.
Basic requirement is : He wants to "search" conveniently.
for example, in some interface, he can input the "key word"
he wants to search.
like "stress analysis ", then he can get all those papers
title listed, and then he can click it and get to the paper.
(Most of Those papers are in Latex)
Can I do this in ACCESS?
It seems that I got to build a "search engine",isn't it?
Thank you guys!
b****e
发帖数: 1275
2
you can do this in any db. however, he has to define keywords for
every paper. and he'll only be able to search on these keywords.
the sql where clause can not do a full text match because you'll
have to store this in a memo or text datatype.

【在 z****n 的大作中提到】
: My boss want me to put all his publications and reports into
: some database.
: Basic requirement is : He wants to "search" conveniently.
: for example, in some interface, he can input the "key word"
: he wants to search.
: like "stress analysis ", then he can get all those papers
: title listed, and then he can click it and get to the paper.
: (Most of Those papers are in Latex)
: Can I do this in ACCESS?
: It seems that I got to build a "search engine",isn't it?

z****n
发帖数: 5870
3
Thanks a lot!
I got one more question:
May I just download a search engine and then use it to
search the HTML files
(I can store those papers in HTML files) in some specific
derectories.
Will it work?
I think the search engine can do the following things:
input the keyword, get the result, then directly point to
the link, my boss can see his paper in HTML file(or in PDF),
it that possible?

【在 b****e 的大作中提到】
: you can do this in any db. however, he has to define keywords for
: every paper. and he'll only be able to search on these keywords.
: the sql where clause can not do a full text match because you'll
: have to store this in a memo or text datatype.

b****e
发帖数: 1275
4
if you do the search outside of the db of course you can
do a full text scan. you may not even need a search engine.
just use grep :)

【在 z****n 的大作中提到】
: Thanks a lot!
: I got one more question:
: May I just download a search engine and then use it to
: search the HTML files
: (I can store those papers in HTML files) in some specific
: derectories.
: Will it work?
: I think the search engine can do the following things:
: input the keyword, get the result, then directly point to
: the link, my boss can see his paper in HTML file(or in PDF),

a*****a
发帖数: 438
5
Access is ok if your db is not very big. I'd prefer using
SQL Server because Access does not support indexing or
full-text search service. (From Access2000 on it's using SQL
Server's engine instead of JET engine, but I don't know if
it supports indexing now).
We had an implementation of something like what you were
looking for - two web services (one implemented in ATL
SERVER, one in C# ASP.NET) syncing some newsgroups and
maillists and store every post in SQL Server 2000 db, then
index on every

【在 b****e 的大作中提到】
: if you do the search outside of the db of course you can
: do a full text scan. you may not even need a search engine.
: just use grep :)

c******r
发帖数: 104
6
Maybe u can try some stupid easy way,
using access , save the whole article in memo,
using VB to construct the searching fuction.
If it is just keyword search, u don't need to use SQL or other
advance DBMS.

【在 z****n 的大作中提到】
: My boss want me to put all his publications and reports into
: some database.
: Basic requirement is : He wants to "search" conveniently.
: for example, in some interface, he can input the "key word"
: he wants to search.
: like "stress analysis ", then he can get all those papers
: title listed, and then he can click it and get to the paper.
: (Most of Those papers are in Latex)
: Can I do this in ACCESS?
: It seems that I got to build a "search engine",isn't it?

1 (共1页)
进入Database版参与讨论
相关主题
Does MS SQL 7 support SQL3 Datatype?新手求助: 学那个DATABASE软件好呢?
SQL问题求救!!question
the most stupid questionHelp about mysql
请大侠帮帮忙!SQL server error问题。stored procedure running 很慢的问题
Oracle Group and Index questionHelp! about Access2000 and VB6
请问DATABASE各位大侠Problems on ACCESS + VB
SQL求救,helpHelp!! Data Access Page in Access
Access VS SQL Server 我应该怎么选择?[转载] 我的asp脚本为什么总是出现"数据库对象不能更新"的错误 ?
相关话题的讨论汇总
话题: access话题: search话题: he话题: maybe话题: questions