Code to find ODS version of all DBs on Servers

Code to find ODS version of all DBs on Servers!

Subject: Look in the online help

The FileFormat property of the NotesDatabase class will give you the ODS. The example in the online help for that property also shows you how to traverse all local databases, so all you have to do is specify your server name instead.