I am experimenting with Django and MS SQL and it appears that Django is
passing parameters to MS SQL in an incorrect format.

The params are being passed in as a format string style (%s), which MS
SQL chokes on.

Is anyone here using MS SQL that might be able to shed some light on
this problem? I'm a bit of a Python newbie so I'm pretty unfamiliar
with the code base. Django becomes somewhat unusable to me if I can't
use it in conjunction with MS SQL.

Thanks,

Rich Bakos

Reply via email to