I have a database from a vendor with a set of three fields with key values and a final field with an image data type.
i.e.
sp_help D1FIL
ITEM_1varcharno18
ITEM_2varcharno10
ITEM_3varcharno6
D1DATAimageno16
The bulk of the data is a C style data structure stored in D1DATA.
What I would like would be to find a tool that can access the database and then deconstrcut the actual data struct (be it C, VB, Pascal, etc syntax).
Has anybody seen anything like that?