I have an application where i need to log the data in MS Access and later from other table i need to read other data.
But i am not getting any node related to MS Access. I have the Description, the UID, Database name and table but i dont know how i can send Data (csv) to this Table.
I tried to use ODBC tool but i couldn´t find an good explanation how i should code it so that i can write and read from a table from MS Access.
Bear in mind that I don't use this node and haven't done anything with ODBC in years ... but surely it is a case of changing line 4 cStoreData to be the name of your ODBC connection? The rest of the example is just a standard SQL statement.