Save and retrieve tabular data from .dat file VB

  • Thread starter Thread starter Coderv9
  • Start date Start date
C

Coderv9

Guest
HI,

We are trying figure out a solution to move data from a .dat file which was created in Visual Basic 6 to msaccess file.

Below is how the file looks when opened in Notepad.

1443167.png


And here is the output in the program. The contents are displayed in a Single Box (Had to user VB Decompiler to identify this).


1443168.png

We tried the below entries in the application:

1443169.png

And this is how the contents of .dat file appears when opened in Notepad.


1443170.png Any help would be highly helpful. We just need to read the .dat file and convert it to a MS-Access DB.



Coderv9

Continue reading...
 
Back
Top