I have a question about using cursors with ADO and ODBC.
Currently I am using ADO to get the result of a query in a datareader object:
01 DATAREADER-9615 TYPESystem.Data.SqlClient.SqlDataReader.
EXEC ADO
GETCURSOR CURSOR_9615 INTO :DATAREADER-9615
END-EXEC.
But, what if i wanted to ODBC. So:
01 DATAREADER-9615 TYPESystem.Data.Odbc.OdbcDataReader.
Which EXEC SQL statement do I have to use to get the result in my datareader object?