LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: How to get all databases of a server

How to get all databases of a server (by Kenneth Haggman, 04/06/2005 10:05:30 PM)

Hi Normunds, hope you are able to help me out on this one.

I have a VB application in which I am trying to read all the databases (recursively) from a specific server.

Having scanned the documentation, I see that I can use NSFSearch after first having used OSPathNetConstruct to construct the correct path to the server.

NSFSearch uses a callback routine, meaning it can't be used from LotusScript.

My question is, can it be used from VB?

If so, can you perhaps lead me in the correct direction?

Cheers

// Kenneth Haggman