Hi,
I was wondering if someone has already done that before and could share a code with me.
I need to export all data from Notes to SQL2000.
I know that one of the ways is to create a view that will include all required fields, then export that view.
However, the document has many fields and I don't want to create a view with 60 columns in it.
So, what I am interested in is a code that will loop through all documents and extract all fields (if possible it would loop through fields names collection, so I would not have to hardcode the names of the fields) and then dump the data whether to Excel file or if possible to Access or SQL2000 table.
Any help would be greatly appreciated.
Thanks.
I was wondering if someone has already done that before and could share a code with me.
I need to export all data from Notes to SQL2000.
I know that one of the ways is to create a view that will include all required fields, then export that view.
However, the document has many fields and I don't want to create a view with 60 columns in it.
So, what I am interested in is a code that will loop through all documents and extract all fields (if possible it would loop through fields names collection, so I would not have to hardcode the names of the fields) and then dump the data whether to Excel file or if possible to Access or SQL2000 table.
Any help would be greatly appreciated.
Thanks.