[erlang-questions] Does odbc support stored process

tangxiaosheng tangxiaosheng@REDACTED
Thu Apr 28 04:16:20 CEST 2016


Question for odbc stored process:

I read odbc document, found that sql_query return:
ResultTuple | [ResultTuple] |{error, Reason}

result_tuple() = {updated, n_rows()} | {selected, col_names(), rows()}

But for transaction: the return should be like:
{executed, 1,  [{19}]}
General format maybe : {executed, n_rows(), [{Out1, Out2 ...]

I read odbc test files, found executed, but that is only text, not real 
test.

Jack Thomas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160428/9233c986/attachment.htm>


More information about the erlang-questions mailing list