I suspect this to be a permission problem with webdav but I just can't find a solution.
This person had a similar problem here http://www.sevenforums.com/microsof...2010-webdav-connection-sharepoint-errors.html, the walk-around isn't a suitable solution for me
As stated in title, this code works fine on windows xp, I get the error on windows 7.
thank you
This person had a similar problem here http://www.sevenforums.com/microsof...2010-webdav-connection-sharepoint-errors.html, the walk-around isn't a suitable solution for me
As stated in title, this code works fine on windows xp, I get the error on windows 7.
Code:
Public Function testLL()
Dim rc As New ADODB.Record
Dim rs As New ADODB.Recordset
Dim conn As ADODB.Connection
Dim objStream As New ADODB.Stream
Dim sURL As String
sURL = "http://livelink.company.com/livelinkdav/nodes/154680737/"
rc.Open sURL, , adModeReadWrite
Set rs = rc.GetChildren
If Not (rs.BOF And rs.EOF) Then
rs.MoveFirst
MsgBox rs.Fields(1).Value
End If
End Function
Last edited:
My Computer
At a glance
windows 7 Pro 64bit SP1
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- HP
- OS
- windows 7 Pro 64bit SP1