What version of Windows are you using? Also what version of Visual Studio? (And, I presume this share is fully accessible as normal unless someone is using a Visual Studio solution on the share, right?)
Here's how I normally code it:
Dim rsImage As ADODB.Recordset
Set rsImage = New ADODB.Recordset
Using Dim rsImage As New ADODB.Recordset may do both in one line, but I don't know for sure, either.
It definitely works with the two separate lines: one for the 'Dim' (notice, there's no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.