I'm stuck and not sure if somebody had a similar issue.
I have an old database stored as .bin
files. It dates back to 2012. I can see an xml catalogue file which indicates to me that it is some kind of SQL database.
Please see below:
<Table>
<Fields>
<Field Name="BookID" SQLType="3" DataType="0"/>
<Field Name="BookName" SQLType="200" DataType="3"/>
<Field Name="ID" SQLType="3" DataType="0"/>
<Field Name="ParagraphID" SQLType="3" DataType="0"/>
<Field Name="TextData" SQLType="203" DataType="3"/>
</Fields>
<ConnectionStrings>
<ConnectionString>Provider=SQLNCLI10.1;Server=(local);Database=Library;Trusted_Connection=yes;</ConnectionString>
</ConnectionStrings>
<Queries>
<Query>SELECT * FROM Docs_Pages</Query>
</Queries>
<DataKey>DataKey</DataKey>
Does anybody have an idea how to browse the TextData
column?
Any recommendation for a programme that works on mac would be great. If it has to be windows is fine too, as I have a VM with Windows.
Looking forward to hearing from you.