mattn / go-adodb

Microsoft ActiveX Object DataBase driver for go that using exp/sql
http://mattn.kaoriya.net/
MIT License
142 stars 36 forks source link

how to get a stored procedure return value? #10

Open bewill opened 11 years ago

bewill commented 11 years ago

how to get sp return values? please give me a example, thanks.

308899656 commented 8 years ago

how to get sp return values? please give me a example, thanks.

sgf commented 7 years ago

maybe its do not support....

mattn commented 7 years ago

It require output parameter.

https://github.com/golang/go/issues/18417