Re: Error building an sqlserver database

2007-04-04 Thread Malcolm Tredinnick
On Wed, 2007-04-04 at 07:02 -0700, maurizio wrote: > I succesfully managed to build an sqlite 3 db, now i'm trying to buil > an sql server db. > Issuing the command : > python manage.py syncdb > I get the following error : [...] > > I'm using python2.5 on win2k, > pywin32-210.win32-py2.5 > adodba

Re: Error building an sqlserver database

2007-04-04 Thread Sean De La Torre
Maurizio, Take a look at this patch: http://code.djangoproject.com/ticket/2358 Sql Server will not work unless the patch is applied. Sean On 4/4/07, maurizio <[EMAIL PROTECTED]> wrote: > > > I succesfully managed to build an sqlite 3 db, now i'm trying to buil > an sql server db. > Issuing the

Error building an sqlserver database

2007-04-04 Thread maurizio
I succesfully managed to build an sqlite 3 db, now i'm trying to buil an sql server db. Issuing the command : python manage.py syncdb I get the following error : D:\dati\PERSON~1\PROVEP~1\newwin>python manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in execu