Re: [go-nuts] Re: Go MySql - out parameter

2017-04-04 Thread Daniel Theophanes
mssql driver ( https://github.com/denisenkom/go-mssqldb ) doesn't yet support output variables, though I have support planned for go1.9. You can use rdb (I currently use it in a line of business application), but I would recommend you use https://github.com/denisenkom/go-mssqldb if possible

[go-nuts] Re: Go MySql - out parameter

2017-04-04 Thread dharampalsingh . bangarwa
Hi Kiril, Were you able to get this working , I am also struggling to get the Output parameters working with mssql driver . @Daniel - can i use this http://godoc.org/bitbucket.org/kardianos/rdb Thanks, Dharam On Wednesday, May 7, 2014 at 2:29:48 PM UTC+1, Kiril wrote: > > Hi guys, > Does