Re: How mature is Microsoft SQL Server support by the ORM?
Clifford,
I use:
- http://code.google.com/p/django-pyodbc/
No problem except that the MS SQL Server DB identifies itself
as using UTF-8, but actually contains Windows-1252 chars, so
we get UnicoeDecodeError a lot and have to repair the data.
--Fred
Fred Stluka -- mailto:fred@bristle.com -- http://bristle.com/~fred/
Bristle Software, Inc -- http://bristle.com -- Glad to be of service!
Open Source: Without walls and fences, we need no Windows or Gates.
Fred Stluka -- mailto:fred@bristle.com -- http://bristle.com/~fred/
Bristle Software, Inc -- http://bristle.com -- Glad to be of service!
Open Source: Without walls and fences, we need no Windows or Gates.
On 11/21/13 1:28 PM, Larry Martell wrote:
On Thu, Nov 21, 2013 at 1:20 PM, CLIFFORD ILKAY <clifford_ilkay@dinamis.com> wrote:--
Hello,
There is an upcoming project where support for an existing application
where Microsoft SQL Server is being used. Switching to another database
is not an option. There are hundreds of custom reports that the users
have created with Crystal Reports. I found django-sqlserver
<https://pypi.python.org/pypi/django-sqlserver>. The latest version of
SQL Server it supports is 2008r2, which would be a problem given that
some sites are already running newer versions. How mature is this? Are
there any limitations or show-stoppers that you're aware of?
I've been trying to get Vernon Cole's django-mssql package working (https://bitbucket.org/vernondcole/django-mssql-ado-merge) but I have not been successful. I messed around with this for a month, and then I stopped working on it. I plan to look at it again next week. I hadn't seen the package you mention. I'll check it out.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY7PPvkEri30ERLG%3DwpV27-u4VCtF8v4ALucq2qwnQnY-g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home