Re: oledb
- From: "Paul Pedersen" <nospam@xxxxxxx>
- Date: Sun, 19 Oct 2008 09:39:29 -0700
"Zootal" <msnews@xxxxxxxxxxxxxxxxx> wrote in message
news:ezkeG7WMJHA.2348@xxxxxxxxxxxxxxxxxxxxxxx
OLE and OLEDB require access to the directories hosting the files, which
means anyone using the workstation can also do the same - therefore there
is no security.
It sounds then like there isn't much difference between ODBC and OleDB. I
was hoping that the server could make an OleDB source that would require a
password, while keeping the tables in a non-shared folder. I guess no such
luck then.
If you want security, don't use VFP native tables. VFP tables <> security.
MySql and other back end databases will probably meet your needs quite
nicely.
I thought I might have to go that way. Would you recommend SQL Express or
MySQL?
There are ways to put the tables on a secure machine and have some
application handle the i/o, but that is way more trouble then it's worth.
I've seen it done - you will reinvent the wheel ten times over before you
get it working. Much easier to just switch to some back end database.
Thanks for the warning.
You can use an encryption product to encrypt your data. That won't stop
people from accessing the files themselves, but it will prevent them from
seeing what is in the data. It's a bit of work, but it's been done.
That would be the easiest solution for me, and the security would be good
enough. But some of the workstations are running Vista, and the last I
heard, Cryptor does not work on Vista. Do you have new information? Or can
you suggest another product?
Just be very carefull - I once saw Cryptor permanently encrypt the tables.
The user didn't have a backup, and they lost many months of data because
of that.
Ouch! That would be very annoying to say the least. Daily backups then.
"Paul Pedersen" <nospam@xxxxxxx> wrote in message
news:%23p8jncWMJHA.5844@xxxxxxxxxxxxxxxxxxxxxxx
A couple questions re oledb:
I have an application that uses FoxPro tables in a simple shared folder
on a file server. In order to improve security, I'm considering putting
the data on a Windows Server 2003 machine and accessing it via OleDB (as
a simpler alternative to moving the data to SQL Server).
(The workstations are not in a domain.)
1. Will this do what I want, i.e., considerably improve security over the
current file server system?
2. Believe it or not, I've never used OleDB. ODBC yes, but not OleDB. Can
someone point me to a tutorial?
.
- Prev by Date: Re: oledb
- Next by Date: Re: oledb
- Previous by thread: Re: oledb
- Next by thread: Re: oledb
- Index(es):
Relevant Pages
|
Loading