3

I want to connect to Microsoft sqlserver 2008 in python, I am using ubuntu and mysql server 2008 is at remote location running on port 1433, this mysql server is installed on microsoft server 2008, this is virtualized os which is running on vmware workstation further this vmware is installed on windows 7.

2
  • 3
    Is it MySQL or MS SQL Server 2008? Commented Jul 22, 2014 at 14:08
  • Microsoft sql server 2008 Commented Jul 22, 2014 at 14:08

1 Answer 1

1

install http://www.pymssql.org/ from here: https://pypi.python.org/pypi/pymssql/2.1.0

Example use here:

http://www.pymssql.org/en/latest/_mssql_examples.html

and here

http://www.pymssql.org/en/latest/pymssql_examples.html

Very simple.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.