G
Guest
Hello,
If I have a database that sits in a shared folder
\\MOTIV8\IPS_DB\Northwind.mdb do I need to authenticate myself to the server
before I can make a connection to this database through my VB.Net
application? I ask because folks who aren't members of this server will need
to access this database via the program I am writing in VB.Net and I don't
want them to experience connection errors to the database.
The connectionString I am using now looks like this:
connString = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=\\MOTIV8\IPS_DB\Northwind.mdb;" & "Jet OLEDBatabase
Password=abc123"
I am currently able to connect to the database without a problem. I think
this is because I have already logged into the Network.
Since the \\MOTIV8 server has IIS installed on it. Is there a better way to
setup the database so people won't run into connection errors? Does it make
more sense to setup a systemDSN for this database? If I setup a systemDSN do
I use the same connectionString as I would for a local connection?
Any suggestions would be greatly appreciated.
Cheers,
devin
If I have a database that sits in a shared folder
\\MOTIV8\IPS_DB\Northwind.mdb do I need to authenticate myself to the server
before I can make a connection to this database through my VB.Net
application? I ask because folks who aren't members of this server will need
to access this database via the program I am writing in VB.Net and I don't
want them to experience connection errors to the database.
The connectionString I am using now looks like this:
connString = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=\\MOTIV8\IPS_DB\Northwind.mdb;" & "Jet OLEDBatabase
Password=abc123"
I am currently able to connect to the database without a problem. I think
this is because I have already logged into the Network.
Since the \\MOTIV8 server has IIS installed on it. Is there a better way to
setup the database so people won't run into connection errors? Does it make
more sense to setup a systemDSN for this database? If I setup a systemDSN do
I use the same connectionString as I would for a local connection?
Any suggestions would be greatly appreciated.
Cheers,
devin