Hi
This isn't really a Vb.net question...
A tip for you though is to open the sql managment console, point it at your Database and run the following in a query window:
EXEC spGetAdjustmentDetail @AdjustmentId=####
(### = a value for adjustment ID)
It will output the results to the window for you.
If you're Using SQL Express or MSDE you have to get a copy of the management studio from another edition (developer, enterprise etc) although you may be able to down load it - I'm not too sure