> Hi,
Hello Tarun,
I don't know about Integrated Security but we use alchemy to connect
to a MSSQL from a GNU/Linux box and it works really well. We use Unix
ODBC with TDS with the DSN registered with the local ODBC.
Take a look at
http://www.lucasmanual.com/mywiki/TurboGears#head-4a47fe38beac67d9d03e49c4975cfc3dd165fa31
My obdb.ini looks like
[JDED]
Driver = TDS
Trace = No
Server = 192.168.33.53
Port = 1433
and my alchemy connection string is
mssql://user:pass@/?dsn=JDED&scope_identity=1
--
Yannick Gingras
Not sure what platform you are using but on linux I use:
e = sqlalchemy.create_engine("mssql://user:pass@hostname:1433/database?driver=TDS&odbc_options='TDS_Version=8.0'")
but you need sa 0.4.6.
on windows you can use:
e = sqlalchemy.create_engine('mssql://user:pass@hostname:1433/database')
Lucas
>
> I get the following error. After this i tried installing pymssql which
> requires a minimum of python 2.4 and all i have is python 2.3
>
> Any way out for us python 2.3 users ?
why cant you get onto py2.5 ?
are u on linux?
use virtual environment in your username?
http://www.lucasmanual.com/mywiki/TurboGears#head-36fb4094da01b8c28e8bdca803c0f05774eb13b8
Lucas
>
>
>
>
> On May 22, 10:38 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
>> On May 22, 2008, at 11:25 AM,TkNeowrote:
>>
>>
>>
>> > I get the following error. After this i tried installing pymssql which
>> > requires a minimum of python 2.4 and all i have is python 2.3
>>
>> > Any way out for us python 2.3 users ?
>>
>> why cant you get onto py2.5 ?
> >
>
--
Automotive Recall Database. Cars, Trucks, etc.
http://www.lucasmanual.com/recall/
TurboGears Manual-Howto
http://lucasmanual.com/pdf/TurboGears-Manual-Howto.pdf