[Question] How can I read a .DAT file?

Discussion in 'Programming' started by Ghettoblastah, Mar 5, 2022.

  1. #1
    Dear forum,
    I have a customer with an old Kobold MS-DOS software, and i want to take the database (in .dat files) for transform it to .csv or other readable format.

    I tried a lot of things, but cant transform it to a newer db. My idea is change it to mysql.

    Thanks for everything.
     
    Ghettoblastah, Mar 5, 2022 IP
  2. jhonalbert

    jhonalbert Greenhorn

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #2
    You can open .DAT file with any text editor and then try to convert
     
    jhonalbert, Mar 11, 2022 IP
  3. Ghettoblastah

    Ghettoblastah Active Member

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    98
    #3
    That exactly my problem, i need to transform some .dat files that are an old software Databases.

    I Can read some info, but no transform that DB to .csv or sql ....

    Any idea?
     
    Ghettoblastah, Mar 11, 2022 IP
  4. jhonalbert

    jhonalbert Greenhorn

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #4
    You also check online converter which may convert your file.
     
    jhonalbert, Mar 27, 2022 IP
  5. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #5
    You will probably need to write your own conversion program since it is not very likely that you will find any program to do it unless your customer has the original Kobold program in which case he may also have a copy of a converter.
     
    mmerlinn, Apr 16, 2022 IP