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
sqlobject.dburi="mssql://localhost/Factory;sspi"
but no avail.
Thanks in advance,
Rudy
--
It is not economical to go to bed early to save the candles if the
result is twins. - Chinese Proverb
C:\Factory\Factory>tg-admin sql create
Using database URI mssql://localhost/Factory?sspi=true
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0x00
B39878> in <bound method Transaction.__del__ of <sqlobject.dbconnection.Transact
ion object at 0x015344D0>> ignored
Is this the correct way?
Can I safely ignore the exception?