Bruno Grange
Bruno Grange
"Imagination is more important than knowledge." (Einstein)

Content
Social
| Export Lotus Notes data to Microsoft Excel using the ADODB.Recordset object |
|
|
| Written by Bruno Grange |
| Wednesday, 03 September 2008 02:36 |
|
If you need to export or update a large amount of Lotus Notes data to a Microsoft Excel spreadsheet using LotusScript, you can use ADODB.Recordset and SQL.
You can even update the Microsoft Excel data using the same process; you just need to change the SQL data. For example, once you have added the data you can retrieve it by using the SQL "Select * from Empdata, where EmployeeID = 'Emp#10'". Also, you should make sure you update the value using oRs(1).Value = "New Name."
Related Articles: |

