Connecting to a SQL Server

Jarek Zgoda jzgoda at gazeta.usun.pl
Tue Mar 29 14:32:28 EST 2005


ttmi napisał(a):

> Ok. Understood we can interface ADO from python and connect to MS SQL.
> But still not so clear where SSH comes in? Can elaborate more?

No SSH is involved in this case -- MSSQL OLEdb provider offers SSL 
encrypted connection out of the box, just set appropriate property to 
true and ensure that client library uses TCP.

Anyway, SSH is just remote shell, so it make no sense for me when it 
comes to retrieving data from database.

-- 
Jarek Zgoda
http://jpa.berlios.de/ | http://www.zgodowie.org/



More information about the Python-list mailing list