I am opening a RDO Resultset with data returned from a Sybase stored procedure. The problem is that the order of records in the Resultset is not always correct. However, when I run the stored procedure from an SQL prompt, the order is always correct.
I have successfully done similar things in other parts of the code. The main difference here is that the stored procedure creates a temp table from which the results are returned.
Has anyone encountered something similar?
I have successfully done similar things in other parts of the code. The main difference here is that the stored procedure creates a temp table from which the results are returned.
Has anyone encountered something similar?