ado getchildren problem
I get an empty recordset from the getchildren method. My code is as follows:
rec.Open "", "URL=http://server/mesaieux/images/Actes/", ,adOpenIfExists Or adCreateCollection
Set rs = rec.GetChildren
The server has the frontpage 2002 server extensions and all the directories enable browsing in IIS5. The //server/mesaieux/images/Actes/ directory is not empty.
Anybody has an idea
|