I believe that this .dat file is really a MS Access database -- is this a custom program that is reading/writing that file?
If you try to open the file directly (not through that program) then you have to know the format of the data, and you run the risk of corrupting the file so it's no longer usable by the program -- It's safest to only use the program to read/write the data.
That being said, the format does appear to be a newline separated (mostly) text file, so nothing stops you from parsing the text into lines, or using a regex to search for the value you need...
Hello, thank for your fast answer.
Below the file in the native program.
But the node red do not identify this mode, then I think in search the "name", I do not know if is the best way.
I need read and use the "value" on node red.
Ps. this file is just to read and do not have problem on main program.