[go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-24 Thread brainman
I use github.com/alexbrainman/odbc to access mssql server from windows. Alex -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups

Re: [go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-23 Thread Michael-John Turner
On Tue, Aug 23, 2016 at 01:54:50PM -0400, Tong Sun wrote: >Does it support trusted connection at all (no user/pass)? I've been >looking all over the places but haven't found the answer yet. The docs suggest so: "user id" - enter the SQL Server Authentication user id or the Windows Auth

Re: [go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-23 Thread Tong Sun
Latest commit 9 days ago. Great. Thanks! Does it support trusted connection at all (no user/pass)? I've been looking all over the places but haven't found the answer yet. Thx. On Tue, Aug 23, 2016 at 1:41 PM, wrote: > I have used: https://github.com/denisenkom/go-mssqldb > > > On Tuesday, Augu

Re: [go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-23 Thread Tong Sun
Latest commit 9 days ago. Thanks! On Tue, Aug 23, 2016 at 1:41 PM, wrote: > I have used: https://github.com/denisenkom/go-mssqldb > > > On Tuesday, August 23, 2016 at 6:28:10 PM UTC+2, Tong Sun wrote: >> >> Hi, >> >> What's the widely used, most-actively-maintained GO library to access >> (R/W)

[go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-23 Thread gerald . stanje
I have used: https://github.com/denisenkom/go-mssqldb On Tuesday, August 23, 2016 at 6:28:10 PM UTC+2, Tong Sun wrote: > > Hi, > > What's the widely used, most-actively-maintained GO library to access > (R/W) Microsoft SQL Server? > > I know that Microsoft SQL Server has various methods to acces