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
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
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
.
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.
>
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:
>
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
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
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
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
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
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
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
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
13 matches
Mail list logo