Re: mdb file on internet
- From: Arthur Hoornweg <antispam.hoornweg@xxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 10:57:15 +0100
lim electronics wrote:
what do i write in the connect string under>> Data Source=
http://www.xxxxxx.com/Test/xxxxx.mdb
or else how do i go about it? since the above does not work
MDB databases are binary files, they are not client/server databases.
"Files" can only be accessed directly from within a file system.
Do you really want your web server to also act as a file server?
Not only does this raise tremendous security issues, it is also
dead slow over the internet. You must either switch to a "real"
database server or use a middleware layer.
--
Arthur Hoornweg
(In order to reply per e-mail, please just remove the ".net"
from my e-mail address. Leave the rest of the address intact
including the "antispam" part. I had to take this measure to
counteract unsollicited mail.)
.
- References:
- mdb file on internet
- From: lim electronics
- mdb file on internet
- Prev by Date: Re: Inserting and accessig Image (bmp) data in an SQL 2005 database.
- Next by Date: Delphi ADO EOleException "An unknown error has occured"
- Previous by thread: Re: mdb file on internet
- Next by thread: How to pass a data structure as a stored proc parameter to a varbinary field in SQL Server 2005
- Index(es):
Relevant Pages
|