Adodb.record fails on Windows 2003 Server when opening a URL
From: isim (noway_at_stay.anonymous)
Date: 02/25/04
- Next message: Tsevy: "move last record "doesn't display the last record"
- Previous message: Steve P: "VB6 ADO 2.6 SP2 memory probs"
- Next in thread: isim: "Re: Adodb.record fails on Windows 2003 Server when opening a URL"
- Reply: isim: "Re: Adodb.record fails on Windows 2003 Server when opening a URL"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 17:42:09 +0100
Hi,
I am using Adodb.record to transfer a file. The code was working and still
works fine on all platforms I tested, except Windows Server 2003. I receive
the following error when I attempt to open the record.
-2147217895 (0x800040E19) Object or data matching the name, range or
selection criteria was not found within the scope of this operation.
The error message did not lead to any useful information that would help me
fix the problem.
The line that fails in the code is:
oRec.Open sURL, , adModeReadWrite, adCreateNonCollection Or
adCreateOverwrite
The URL is correct and access rights and other configuration on the web site
is also correct.
I tried to find out why this error occurs but I could not find anything that
helps (I even suspected from MDAC 2.8, but it works fine with MDAC 2.8 on
Windows Server 2000 or Windows XP, I asked people, I searched myself -
nothing seems to help).
Thus I wrote this message.
Thanks in advance.
- Next message: Tsevy: "move last record "doesn't display the last record"
- Previous message: Steve P: "VB6 ADO 2.6 SP2 memory probs"
- Next in thread: isim: "Re: Adodb.record fails on Windows 2003 Server when opening a URL"
- Reply: isim: "Re: Adodb.record fails on Windows 2003 Server when opening a URL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|