How to decipher/interpret the contents of a file as shown in a Hex editor?

后端 未结 1 1979
Happy的楠姐
Happy的楠姐 2021-01-29 09:26

In connection with this question, I downloaded a Hex Editor to see just what values my SDF file contained in a certain location, which is supposed to tell me what version of SQL

相关标签:
1条回答
  • 2021-01-29 09:33

    The data is stored little-endian. Both show 0x73616261, meaning both are SQL CE version 2.0 database files.

    0 讨论(0)
提交回复
热议问题