[python-win32] Create a System DSN which points to a MSSQL Database on remote machine
siddhartha veedaluru
siddhartha.veedaluru at gmail.com
Tue May 6 12:08:29 CEST 2008
Hi,
I'm trying to create a Sytem DSN which points to a MSSQL Database on remote
machine.
i tried using the following code snip in the following link
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/414879
i customized the script according to my requirements and it got created but
i could not able to access the database.
Here there the thing is while creating a system DSN manually, we can mention
the type of authentication we want to connect to
SQL
Type of credential,
Either through NT username and password OR Sql username password.
But the code in the link does not support them.
Can you guys help me in this regard.
Thanks a million,
Siddhartha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080506/28c82794/attachment.htm>
More information about the python-win32
mailing list