is possilble connection to a SQLserver DB without DSN, or this
mechanism is obsolete in 0.5?
From on-line docs:
*
/mssql://user:p...@host/db/ - connects using a connection string
*dynamically *created that would appear like:
DRIVER={SQL Server};Server=host;Database=db;UID=user;PWD=pass
If you require a connection string that is outside the options presented
above, use the odbc_connect keyword to pass in a urlencoded connection
string. What gets passed in will be urldecoded and passed directly.
For example:
*
mssql:///?odbc_connect=dsn%3Dmydsn%3BDatabase%3Ddb
I'm thiing these 2 string but both return this:
"[Driver Manager]Data source name not found..."
I want to connect to a SQLserver DB from an ubuntu, possibly without the DSN
Thank you
Glauco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---