I found out that when I use SQLObject I can use mssql as database type
in the URI.
If I have the adodbapi module it is also possible to use integrated
security, which is what I want.
I found out that I have to pass 'sspi' as a parameter somehow. Can
someone tell me how I can define the dburi to use sspi?
I tried :

sqlobject.dburi="mssql://localhost/Factory;sspi"

but no avail.

Thanks in advance,

Rudy

On 12/8/06, Rudy Schockaert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to avoid putting the username and password for my MSSQL
> database connection in any script or configuration file. One way of
> doing this would be to make use of ODBC DSN's where I can enter the
> username and password at config time.
>
> Is this possible with SQLObject or SQLAlchemy?
>
> If someone has an alternative solution to my problem, this would be ok as 
> well.
>
> Thanks in advance,
>
> Rudy
>


-- 
It is not economical to go to bed early to save the candles if the
result is twins. - Chinese Proverb

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to