Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to change FreeTDS protocol version #15568

Closed
qgib opened this issue Aug 27, 2012 · 4 comments
Closed

No way to change FreeTDS protocol version #15568

qgib opened this issue Aug 27, 2012 · 4 comments
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request

Comments

@qgib
Copy link
Contributor

qgib commented Aug 27, 2012

Author Name: Evgeniy Nikulin (Evgeniy Nikulin)
Original Redmine Issue: 6263

Redmine category:data_provider/mssql
Assignee: Tamas Szekeres


FreeTDS drive is used by default when create new MSSQL connection under Linux and DSN not using.
But you can not choose the version of the protocol to be used for communication.
May be the connection form under Linux can have an extra field "Protocol version"?

@qgib
Copy link
Contributor Author

qgib commented Aug 28, 2012

Author Name: Tamas Szekeres (@szekerest)


Did you mean the TDS_Version setting?
Custom settings can be specified in the Provider/DSN textbox (separated with semicolons) which is used as part of the ODBC connection string. Wouldn't that be sufficient in this case?

@qgib
Copy link
Contributor Author

qgib commented Sep 2, 2012

Author Name: Evgeniy Nikulin (Evgeniy Nikulin)


Yes, its TDS_Version setting.
If I try to specify in Provider/DSN textbox custom settings, I shoud to specify full connection string:

driver=FreeTDS;TDS_Version=8.0;port=1433;server=192.168.0.1;database=my_db;

In this case, the server and database fields do not work. Imho this is not user-friendly.
I agree with you, the TDS_Version must be specified in Provider/DSN textbox. But why not simply specify:

driver=FreeTDS;TDS_Version=8.0;

?

@qgib
Copy link
Contributor Author

qgib commented Sep 3, 2012

Author Name: Tamas Szekeres (@szekerest)


Fixed in changeset "c322cd52cf82afeb10beefa6efa42da2bdcea46f".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Sep 3, 2012

Author Name: Tamas Szekeres (@szekerest)


Tamas Szekeres wrote:

Fixed in changeset "c322cd52cf82afeb10beefa6efa42da2bdcea46f".

This change should eliminate the requirement to specify the full connection string if the driver setting is present

@qgib qgib added Feature Request Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant