Josh Lewis

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: ODBC Stored Procedure Call #70425
    Josh Lewis
    Participant

      From what I have found the command SQLMoreReults checks the result set to see if you have more than 1 returned set.  You should be able to use SQLFetch against your statement to see if there is data then mine the data from that point (I usually use SQLGetData).

      Hope this helps.

      Josh Lewis

    Viewing 1 replies (of 1 total)