adCmdTableDirect

G

George Hester

Why doesn't the first example here

http://support.microsoft.com/default.aspx?scid=kb;en-us;248255&Product=odb

work in Windows 2000 SP3? I even set:

Const RESOURCE_CONTENTCLASS as String = "text/plain"

The value of adCmdTableDirect = &H200 and without this parameter it hangs. But with this Option:

Run-Time error '3021':

Either BOF or EOF is True, or the current record has been deleted. Request operation requires a current record.

My belief is there is no record and that is why the error. The second works correctly so I have enabled browsing in the test virtual directory. And the NTFS perms are EVERYONE Read/Write/Modify and on the IIS server Anonymous has access Thanks.
 
Top