[RadiusNT] RADIUS.MDB AND ASP-Script

Pollinger ( (no email) )
Tue, 23 Feb 1999 03:29:39 +0100

Dears,

I am trying do open a connection to the radius.mdb within an ASP-script.
radius.mdb is on my radius-server wich has a share.
After having problems with it (read below) I made the share AND restriction
open to everyone full-access. Anyway the error is the same...
Now if I am executing the script from a client on my webserver it gives
following output:

Microsoft JET Database Engine-Fehler '80004005'

Das Microsoft Jet-Datenbankmodul kann die Datei
'\\RADIUS\R-ACCT\radius972.mdb' nicht öffnen. Sie ist bereits von einem
anderen Benutzer exklusiv geöffnet, oder Sie benötigen eine Berechtigung, um
die Daten lesen zu können.

/radius/someselfwritten.asp, Zeile 7

Now here is the ASP-code I wrote:

<%@ LANGUAGE="VBSCRIPT" %>
<%

'Verifying Password

Set oConnection = Server.CreateObject("ADODB.Connection")
oConnection.Open "PROVIDER=Microsoft.Jet.OLEDB.3.51;" & _
"DATA SOURCE=\\RADIUS\R-ACCT\radius972.mdb;" & _
"USER ID=admin;PASSWORD=;"

..... code snipped here...

Can somebody tell me what is my fault???

TIA

Cheers Bernd
---------------------------------------------------------
X-BOX Online Service GmbH, Germany
http://www.x-box.com
---------------------------------------------------------
"Keyboard Error: Press F1 to continue"

For more information about this list, including removal, please
see this URL: http://www.iea-software.com/maillist.html