Re: [Tutor] Connecting to MS SQL Server

2018-03-20 Thread Alan Gauld via Tutor
On 20/03/18 13:55, Mitesh H. Budhabhatti wrote: > Hello, > > Can anybody please suggest better way to connect MS SQL Server database? As Mats said, better than what? There are at least two "official" ways: 1) using the SQL Server driver 2) Using the ODBC driver. Both are described here: https:/

Re: [Tutor] Connecting to MS SQL Server

2018-03-20 Thread Mats Wichmann
On 03/20/2018 08:00 AM, Mats Wichmann wrote: > On 03/20/2018 07:55 AM, Mitesh H. Budhabhatti wrote: >> Hello, >> >> Can anybody please suggest better way to connect MS SQL Server database? >> >> Thanks! > > > Better than what? > > The standard mechanisms work fine (mysql documentation has a dece

Re: [Tutor] Connecting to MS SQL Server

2018-03-20 Thread Mats Wichmann
On 03/20/2018 07:55 AM, Mitesh H. Budhabhatti wrote: > Hello, > > Can anybody please suggest better way to connect MS SQL Server database? > > Thanks! Better than what? The standard mechanisms work fine (mysql documentation has a decent writeup) ___

[Tutor] Connecting to MS SQL Server

2018-03-20 Thread Mitesh H. Budhabhatti
Hello, Can anybody please suggest better way to connect MS SQL Server database? Thanks! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor