Is NSF file structure documentation available anywhere on the Internet?

I am looking for NSF file structure. Can someone send me a link where I will find information about this.

0
source share
2 answers

There is no published file format for NSF Notes files, but there are a number of options available for accessing data in NSF, including:

  • Lotus C and C ++ APIs (you can download the tools here ). API C - provides access to everything that is in NSF - documents, design elements, security elements, etc.)
  • DXL (Domino XML) - You can extract design and data as XML
  • ODBC Using Notes SQL Driver
  • API Java ( NSF) -
  • COM- -
+10

- API Lotus Notes . ( ) .

+2

Source: https://habr.com/ru/post/1726046/


All Articles