I have a project where I need to call a Unidata subroutine via ODBC and
return a string result.  The ODBC connection is connecting properly (as best
I can tell) and the subroutine is being called via:

    SqlStatement = "CALL *subrName*(""" & QueryType & """,""" & QueryValue &
""")"
    Set RecordSet = Session.Execute(SqlStatement)

But now what?  The RecordSet doesn't appear to have any results, and I'm
unclear where the subroutine is supposed to return the results.

-Kevin
http://www.PrecisOnline.com
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to