How to read/write from MS Access by using node red

Hi, Greeting to everyone.

I have an application where i need to log the data in M S Access and later from other table i need to read other data.

But i am not getting any node related to MS Access

Please guide me how to achieve this.

1 Like

The normal methods to get data to/from an MSFT Access database are ADODB and ODBC. I can't find any nodes for the former but there are several for ODBC:

Library - Node-RED

You will need a suitable ODBC driver for whatever OS you are running on.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.