Re: error about django and mssql

2010-06-08 Thread Sam Lai
You are trying to use the TCP/IP method to connect to SQL Server in your Django app (network library=dbmssocn). Have you configured TCP/IP access in SQL Server Configuration Manager? It is disabled by default for security reasons. By default, SQL Server Management Studio uses named pipes to connec

Re: error about django and mssql

2010-06-08 Thread CCC
That's the error message I copied from console... I think it's a bug... and unluckly django can't connect the newset mssql2008 success... On 6月8日, 下午4时48分, Sam Lai wrote: > If you provide the entire error message, it might help. > > The excerpt you provided looks like it wasn't copied proper

Re: error about django and mssql

2010-06-08 Thread Sam Lai
If you provide the entire error message, it might help. The excerpt you provided looks like it wasn't copied properly from the console - it is missing characters from the start of each line. 2010/6/8 CCC : > . > I use mssql not mysql > > On 6月8日, 下午3时57分, kanniga sivasubraman

Re: error about django and mssql

2010-06-08 Thread CCC
. I use mssql not mysql On 6月8日, 下午3时57分, kanniga sivasubramanian wrote: > hello CCC, > I think you didn't create the database in the mysql. > First you create the database in mysql. And then you will > change settings.py as a same database name. >

Re: error about django and mssql

2010-06-08 Thread kanniga sivasubramanian
hello CCC, I think you didn't create the database in the mysql. First you create the database in mysql. And then you will change settings.py as a same database name. Finally you give the command python manage.py syncdb. On Tue, Jun 8, 2010 at 11:50 AM, CCC wrote: >

error about django and mssql

2010-06-07 Thread CCC
hi,now I use django-mssql and sqlserver2008, but I found that it always appear some errors when I do some command,for example:python manage.py syncdb the error likes coding error is blow: raise OperationalError(e, "Error opening connection: " + connection_string) ngo.db.backends.sqlserver_ado.dbapi

Re: error about django and mssql

2010-04-05 Thread Vasil Vangelovski
Well, the error message is pretty concise, a connection to the database server can't be opened. See if you can connect to the same database from the same machine with another client (for example Management Studio Express) to check if all the parameters in your connection string are correct. On Mon

error about django and mssql

2010-04-04 Thread CCC
hi,now I use django-mssql and sqlserver2008, but I found that it always appear some errors when I do some command,for example:python manage.py syncdb the error likes coding error is blow: raise OperationalError(e, "Error opening connection: " + connection_string) ngo.db.backends.sqlserver_ado.dbapi

error about django and mssql

2010-04-04 Thread CCC
hi,now I use django-mssql and sqlserver2008, but I found that it always appear some errors when I do some command,for example:python manage.py syncdb the error likes coding error is blow: raise OperationalError(e, "Error opening connection: " + connection_string) ngo.db.backends.sqlserver_ado.dbapi

error about django and mssql

2010-04-04 Thread CCC
hi,now I use django-mssql and sqlserver2008, but I found that it always appear some errors when I do some command,for example:python manage.py syncdb the error likes coding error is blow: raise OperationalError(e, "Error opening connection: " + connection_string) ngo.db.backends.sqlserver_ado.dbapi

django and MSSQL

2009-12-15 Thread miocn
Help: django + mssql the old system to add some content, the database is MSSQL 7.0, I intend to use django 1.1, feasible? Django 1.1 and MSSQL How do I connect?? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Again, django and MSSQL

2007-07-03 Thread Carl Karsten
mamcxyz wrote: > I try, with not sucess to apply the patch for make worj django and MS > Sql. > > > The tickets is a jungle and not see the logic in how is the thing > organized. I'm building a store based in satchmo for integrate a > couple of local ERP system, based in MS Sql, so I have a moti

Again, django and MSSQL

2007-07-03 Thread mamcxyz
I try, with not sucess to apply the patch for make worj django and MS Sql. The tickets is a jungle and not see the logic in how is the thing organized. I'm building a store based in satchmo for integrate a couple of local ERP system, based in MS Sql, so I have a motivation to work on it... Anyb