Complex Data Structs stored as image files

  • 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?

  • Do you have access to the struct definition itself? If so, this can probably be scripted out.

    K. Brian Kelley
    @kbriankelley

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply