| Issue 24: | Update to SQL Server connection examples | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. The information given on configuring for using Native Client is wrong
for 2005.
What is the expected output? What do you see instead?
It suggests that the version number is required for using the Native Client
driver. While that may be true for 2008, it's not true for 2005.
What version of the product are you using? On what operating system?
The installable version for 2.5.
Please provide any additional information below.
An example working connection string:
cn = pyodbc.connect("DRIVER={SQL Native
Client};SERVER=localhost;UID=user;PWD=pass;DATABASE=database;")
Jan 14, 2009
Project Member
#1
mkleehammer
Status:
Fixed
Nov 21, 2010
(No comment was entered for this change.)
Status:
Complete
|