Database .st and .df generation utility for conversion and migration.


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
tamhas's picture

Download

It would be nice to have the code in a download instead of just listed.


Error in the code

First thanks for the util, works great.
When I first ran it, I got some errors. Starting around line 554 is a repeat block that manipulates the "cummulativesizeofmisctables" variable, the variable isn't referenced as an extent in the repeat block however it's defined as a 10 element extent, need to add [i] to the end of it. At least that's what I did and it ran after that, maybe I used the wrong value and got weird results... 8^)

Thanks Again!