Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I'm trying to write python Script fetch data from ms sql over LAN using IP. I tried this connection string
{'DRIVER={SQL Server Native Client 10.0};Server=ip;port=port;Network Library=DBMSSOCN;Database=TEST;uid=id;pwd=pass;'}
And it doesn't seem to work.
http://stackoverflow.com/questions/7317195/mssql-in-python-2-7[^][ Link which i used]
Any help.
Thank you
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900