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
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
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
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)
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