Re: Documents in Database
- From: "Q" <Q@xxxxxxxxxx>
- Date: Thu, 11 Aug 2005 21:06:41 +0200
Hey there,
this seems like a good idea, but is there a simple way to search the
documents this way. E.g. someone wants to
view all the files that have some product in the text. Can this be done from
within VB.net in the way of working
you are suggesting?
Thanks for the advice in advance!!
Regards,
Q
"RSH" <way_beyond_oops@xxxxxxxxx> schreef in bericht
news:O7Owv7pnFHA.2180@xxxxxxxxxxxxxxxxxxxxxxx
> You can still use the filesystem to store documents and simply store the
> documents metadata in the database. So all of your security etc can be
> managed as you would like, but you have the benefits of storing the docs
in
> the filesystem...this is how most document management systems do it. You
> can even secure the directory so it is in accesible to anyone without the
> appropriate permissions. this way you dont have to worry about the
problems
> you are encountering.
>
> Simply store a pointer to the file opposed to storing the file itself in
the
> database.
>
>
> "Q" <Q@xxxxxxxxx> wrote in message
> news:uDBaM7nnFHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
> > Hello you all,
> >
> > I want to store all kind of files (pdf, doc, xls, txt) in a database.
This
> > is no problem.
> >
> > The real problem is opening the files from within a .Net application.
> > I tried several ways to do it:
> > 1. Creating an object of e.g. word to open a document.
> > 2. Taking care of the problem through processes. --> create a process
and
> > run an instance of word...
> >
> > Both these solutions have the same problems. If word is already open
when
> > you create the object (or the process) and you close
> > it afterwards, the documents that were already open are closed also (and
> > changes are lost)
> >
> > Is there another way of handling files in .Net.
> >
> > Regards,
> >
> > Q
> >
>
>
.
- References:
- Documents in Database
- From: Q
- Re: Documents in Database
- From: RSH
- Documents in Database
- Prev by Date: Re: Regex Issues
- Next by Date: SQL Select problem
- Previous by thread: Re: Documents in Database
- Next by thread: Re: copying code of event of user control automatically
- Index(es):
Relevant Pages
|