MS SQL Server: NT Authentication. Possible?

Dirk Hagemann DirkHagemann at gmail.com
Mon Aug 21 08:49:04 EDT 2006


> <code>
> import adodbapi
>
> db = adodbapi.connect ("Provider=sqloledb;Data Source=VODEV1;Initial
> Catalog=EVOBACK;Integrated Security=SSPI;")
> q = db.cursor ()
> q.execute ("SELECT SYSTEM_USER")
> print q.fetchone ()
> q.close ()
>
> </code>


Cool! That works :-)
Thanks a lot (again) Tim!

Have a great week
Dirk




More information about the Python-list mailing list