Hi,
Once in a while, when I modify procedure to select few more columns from 2-3 different tables, procedure itself returns values, but as soon as I pass it to ASP file, these parameters are blank. The thing that affects that is the order - as soon as I change order of selecting values in SQL it loads these into ASP correctly. I've encountered it several times already and couldn't figure out what could that order actually change to render ASP unable to get that specific data form that column. Any help will be appreciated!