and this -
PRB: "Disk or Network Error" or "Unspecified Error" Returned when Using Jet
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=251254" target="_blank">http://support.microsoft.com/?id=251254</a>
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...
"Paul Lynch" <paul.lynch RemoveThis @nospam.com> ????
news:5nltuv4bou4f828v6jql7ouetarkl8qr93@4ax.com...
> On Sun, 28 Dec 2003 12:14:05 GMT, "dH" <danny1968 RemoveThis @pandora.be> wrote:
>
> Replies inline :
>
> >I've created an ASP which connects (from a win2k server) to an Access
> >database on a NOVELL server.
> >Every time the script results in an 80004005 Disk or Network error on the
> >line where the connection is opened (cn.Open).
>
> Read these KB articles for an explanation of how to connect to
> resources on a Novell server :
>
> How to Create Virtual Directories to a Remote Novell NetWare Share
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=285159</font" target="_blank">http://support.microsoft.com/?id=285159</font</a>>
>
> HOWTO: Configure ASP to Read Data File on a Novell Server
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=178045</font" target="_blank">http://support.microsoft.com/?id=178045</font</a>>
>
> >The code:
> ><body>
> ><%
> >Dim cn
> >Dim rs
> >Dim SQL
> >Set cn = Server.CreateObject("ADODB.Connection")
> >cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data
> >Source=p:\tasks.mdb;Mode=Read"
> >SQL = "SELECT * FROM tblGraphConfig"
> >Set rs = cn.Execute(SQL)
> >
>
> Your code references a file on a mapped drive (p:\tasks.mdb) - this
> isn't a good idea. Read this KB article for an explanation :
>
> Using Mapped Drives with IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=257174</font" target="_blank">http://support.microsoft.com/?id=257174</font</a>>
>
>
> Regards,
>
> Paul Lynch
> MCSE<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Accessing an Access database on a Novell server from a Win..