Re: Porting to Django Linux with SQL Server Backend

2014-10-16 Thread Kelvin Wong
Your options are limited if you want to connect to a 2012 SQL Server. The azure driver is the only one that would work for us and we tested everything we could find. K On Thursday, October 16, 2014 7:50:15 AM UTC-7, robert brook wrote: > > Thanks for your response. > > I am in

Re: Porting to Django Linux with SQL Server Backend

2014-10-16 Thread robert brook
to connect to sql server from Linux At this point what I am trying to do is use sqlalchemy wherever I can in the views to improve functionality and performance. And I will be using the built in ORM (pyodbc-azure) to log users on to take advantage of the built in functionality of the user model. Any

Re: Porting to Django Linux with SQL Server Backend

2014-10-15 Thread Kelvin Wong
ending on the error you encountered with pymssql, you could try >> django-pymssql (https://github.com/aaugustin/django-pymssql). >> >> Regards, >> Michael Manfre >> >> On Wednesday, October 15, 2014 9:03:54 AM UTC-4, robert brook wrote: >>> >>> The gro

Re: Porting to Django Linux with SQL Server Backend

2014-10-15 Thread robert brook
-pymssql (https://github.com/aaugustin/django-pymssql). > > Regards, > Michael Manfre > > On Wednesday, October 15, 2014 9:03:54 AM UTC-4, robert brook wrote: >> >> The group has been developing locally with sqllite on Windows. >> >> We are porting the insta

Re: Porting to Django Linux with SQL Server Backend

2014-10-15 Thread Michael Manfre
On Wednesday, October 15, 2014 9:03:54 AM UTC-4, robert brook wrote: > > The group has been developing locally with sqllite on Windows. > > We are porting the installation to a Linux environment /windows sql server. > > Looking for suggestions for database connectors from Linux to

Porting to Django Linux with SQL Server Backend

2014-10-15 Thread robert brook
The group has been developing locally with sqllite on Windows. We are porting the installation to a Linux environment /windows sql server. Looking for suggestions for database connectors from Linux to sql server 2014 using: python3.3 django 1.7 I have installed a local copy of sql server

Re: Connecting to a MS SQL server from django

2014-03-18 Thread Larry Martell
; ! # OS/X now ships with iODBC. > ! settings['libraries'].append('iodbc') > > # Apple has decided they won't maintain the iODBC system in > OS/X and has added deprecation warnings in 10.8. > # For now target 10.7 to eliminate the warnings. &g

Re: Connecting to a MS SQL server from django

2014-01-20 Thread Larry Martell
21.0 -0500 > *** > *** 145,151 > > elif sys.platform == 'darwin': > ! # OS/X now ships with iODBC. > ! settings['libraries'].append('iodbc') > > # Apple has decided they won't maintain the iODBC syste

Re: Connecting to a MS SQL server from django

2014-01-19 Thread Fred Stluka
s added deprecation warnings in 10.8. # For now target 10.7 to eliminate the warnings. Do these steps: $ . ~/pythons/hhl/bin/activate $ cd /tmp $ git clone https://code.google.com/p/pyodbc $ cd pyodbc $ patch < pyodbc1.patch $ pip uninstall pyodbc $ python s

Re: Connecting to a MS SQL server from django

2014-01-19 Thread Larry Martell
We tried django-mssql and gave up. Much better luck with > django-pyodbc. We use the avidal version of it, along with pyodbc, > FreeTDS, and unixODBC. Works perfectly. If you like, I can dig up > my notes on exactly how we made the connection from Django to >

Re: Connecting to a MS SQL server from django

2014-01-19 Thread Fred Stluka
Larry, We tried django-mssql and gave up. Much better luck with django-pyodbc. We use the avidal version of it, along with pyodbc, FreeTDS, and unixODBC. Works perfectly. If you like, I can dig up my notes on exactly how we made the connection from Django to MS SQL Server. --Fred

Re: Connecting to a MS SQL server from django

2014-01-19 Thread Fred Stluka
Larry, +1 for Pycharm (JetBrains). I use their DB tools to explore both MS SQL and MySQL DBs. If you like, I can dig up my notes on exactly how I made the connection from PyCharm to MS SQL Server. --Fred Fred Stluka

Re: Connecting to a MS SQL server from django

2014-01-15 Thread Larry Martell
low.com/questions/399505/sql-server-gui-for-linux > > [1] > http://stackoverflow.com/questions/721852/developer-tools-to-directly-access-databases > > [2] http://www.microsoft.com/en-us/download/details.aspx?id=8961 > > good luck > > > On Wed, Jan 15, 2014 at 6:42 PM, A

Re: Connecting to a MS SQL server from django

2014-01-15 Thread Avraham Serour
pycharm and jetbrains tools come with a db explorer with a simple google search I found this [0] and [1] which have some references, you could also try [2] with wine [0] http://stackoverflow.com/questions/399505/sql-server-gui-for-linux [1] http://stackoverflow.com/questions/721852/developer

Re: Connecting to a MS SQL server from django

2014-01-15 Thread Adnan Sadzak
Maybe Your MSSQL server is listening only on loopback interface. Telnet from linux box to windows server on port 1433 and check if port is open. You can see also this few pages, just depends on Your server version.: http://blogs.msdn.com/b/sqlblog/archive/2009/07/17/how-to-configure-sql-server

Re: Connecting to a MS SQL server from django

2014-01-15 Thread Larry Martell
> >> >> I'm not trying to connect to MySQL - I'm trying to connect to Microsoft >> SQL server. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and sto

Re: Connecting to a MS SQL server from django

2014-01-14 Thread Avraham Serour
anuary 14, 2014, Mark Moss wrote: > >> The default port for MySQL is 3306. Have you tried that one? >> > > > I'm not trying to connect to MySQL - I'm trying to connect to Microsoft > SQL server. > > -- > You received this message because you are subscribe

Re: Connecting to a MS SQL server from django

2014-01-14 Thread Larry Martell
On Tuesday, January 14, 2014, Mark Moss wrote: > The default port for MySQL is 3306. Have you tried that one? > I'm not trying to connect to MySQL - I'm trying to connect to Microsoft SQL server. -- You received this message because you are subscribed to the Google Groups "D

Re: Connecting to a MS SQL server from django

2014-01-14 Thread Alex Mandel
On 01/14/2014 03:15 PM, Larry Martell wrote: > I am trying to connect to a MS SQL server from django on Linux using > Vernon Cole's django-mssql package > (https://bitbucket.org/vernondcole/django-mssql-ado-merge/src). > > When I first tried to connect it failed with: >

Re: Connecting to a MS SQL server from django

2014-01-14 Thread Mark Moss
The default port for MySQL is 3306. Have you tried that one? -- - Mark *Try this new Instant Django Hosting * -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Connecting to a MS SQL server from django

2014-01-14 Thread Larry Martell
I am trying to connect to a MS SQL server from django on Linux using Vernon Cole's django-mssql package (https://bitbucket.org/vernondcole/django-mssql-ado-merge/src). When I first tried to connect it failed with: Exception Type: DatabaseError at /report/CDSEM/EventsTable/ Exception Value

Re: DecimalField and SQL Server

2013-12-08 Thread Derrick Jackson
C-5, Vernon D. Cole wrote: >> >> Derrick: >> >> I just added your failing test pattern to the unit test for adodbapi, and >> it works correctly. Therefore I would conclude that the problem is in >> django-pyodbc, not in SQL Server itself. >> >> Michea

Re: DecimalField and SQL Server

2013-12-08 Thread Tom Lockhart
rrectly. Therefore I would conclude that the problem is in > django-pyodbc, not in SQL Server itself. > > Micheal and I maintain the other SQL server backend, sqlserver_ado, so I am > afraid that we can't be much more help to you. > -- > Vernon Cole > > On Friday, Decemb

Re: DecimalField and SQL Server

2013-12-08 Thread Derrick Jackson
d > it works correctly. Therefore I would conclude that the problem is in > django-pyodbc, not in SQL Server itself. > > Micheal and I maintain the other SQL server backend, sqlserver_ado, so I > am afraid that we can't be much more help to you. > -- > Vernon Cole > >

Re: DecimalField and SQL Server

2013-12-06 Thread Vernon D. Cole
Derrick: I just added your failing test pattern to the unit test for adodbapi, and it works correctly. Therefore I would conclude that the problem is in django-pyodbc, not in SQL Server itself. Micheal and I maintain the other SQL server backend, sqlserver_ado, so I am afraid that we can't

Re: DecimalField and SQL Server

2013-12-06 Thread Derrick Jackson
Hi Michael, I'm using django-pyodbc 0.10 On Friday, December 6, 2013 8:42:00 AM UTC-5, Michael Manfre wrote: > > Which database backend are you using to connect to SQL Server? > > Regards, > Michael Manfre > > On Friday, December 6, 2013 6:45:30 AM UTC-5, Derrick Jackson w

Re: DecimalField and SQL Server

2013-12-06 Thread Michael Manfre
Which database backend are you using to connect to SQL Server? Regards, Michael Manfre On Friday, December 6, 2013 6:45:30 AM UTC-5, Derrick Jackson wrote: > > Hello all, > > I have a strange occurrence I'd like to share to see if any of you have > run into the same thing. I

DecimalField and SQL Server

2013-12-06 Thread Derrick Jackson
Hello all, I have a strange occurrence I'd like to share to see if any of you have run into the same thing. I am using Django 1.5.4, SQL Server 2008, and have the following field definition in one of my models: gift_value = models.DecimalField(max_digits=20, decimal_places=2, verbose_name='Gift

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-22 Thread Fred Stluka
: On 11/21/2013 11:41 PM, Fred Stluka wrote: 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. Hi Fred

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-22 Thread CLIFFORD ILKAY
On 11/22/2013 05:47 AM, Anssi Kääriäinen wrote: > Check out https://bitbucket.org/Manfre/django-mssql/overview - my > understanding is that it is well maintained and supports also 2012. Thank you Anssi. -- Regards, Clifford Ilkay 647-778-8696 Dinamis -- You received

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-22 Thread CLIFFORD ILKAY
On 11/21/2013 11:41 PM, Fred Stluka wrote: > 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

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-22 Thread Anssi Kääriäinen
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&l

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-21 Thread Fred Stluka
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

Re: How mature is Microsoft SQL Server support by the ORM?

2013-11-21 Thread Larry Martell
On Thu, Nov 21, 2013 at 1:20 PM, CLIFFORD ILKAY <clifford_il...@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 hundr

How mature is Microsoft SQL Server support by the ORM?

2013-11-21 Thread CLIFFORD ILKAY
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 <ht

Re: connecting to MS SQL server in addition to default MySQL

2013-08-11 Thread Larry Martell
2:42 PM, Larry Martell <larry.mart...@gmail.com> > wrote: >> >> I have a django app that connects to a MySQL server in the usual way. >> I've noe been asked to add some new functionality that requires that I >> pull data from a MS SQL server database running on a Window

Re: connecting to MS SQL server in addition to default MySQL

2013-08-09 Thread Larry Martell
On Friday, August 9, 2013, Javier Guerra Giraldez wrote: > On Fri, Aug 9, 2013 at 8:53 AM, Larry Martell > > > wrote: > > On Friday, August 9, 2013, Javier Guerra Giraldez wrote: > >> > >> On Thu, Aug 8, 2013 at 9:22 PM, Larry Martell > >>

Re: connecting to MS SQL server in addition to default MySQL

2013-08-09 Thread Javier Guerra Giraldez
On Fri, Aug 9, 2013 at 8:53 AM, Larry Martell wrote: > On Friday, August 9, 2013, Javier Guerra Giraldez wrote: >> >> On Thu, Aug 8, 2013 at 9:22 PM, Larry Martell >> wrote: >> > So all I can do is execute sql >> > queries against it. >> >> >>

Re: connecting to MS SQL server in addition to default MySQL

2013-08-09 Thread Larry Martell
ng data, so i couldn't get > unicode text. in the end, i settled for just using py-odbc to access > the MS-SQL Server tables (in latin1, ugh) and the ORM for the 'main' > MySQL data. > > so, if you're lucky, you should just be able to set an ORM access to > both servers. if not, t

Re: connecting to MS SQL server in addition to default MySQL

2013-08-09 Thread Javier Guerra Giraldez
ort. mostly because of badly configured charsets on the server and existing data, so i couldn't get unicode text. in the end, i settled for just using py-odbc to access the MS-SQL Server tables (in latin1, ugh) and the ORM for the 'main' MySQL data. so, if you're lucky, you should just be able t

Re: connecting to MS SQL server in addition to default MySQL

2013-08-08 Thread Larry Martell
I just have read-only access to the MS SQL server database. I can't install anything on the Windows box. So all I can do is execute sql queries against it. On Thu, Aug 8, 2013 at 9:19 AM, Michael Manfre <mman...@gmail.com> wrote: > Any particular reason you want to completely avoid th

Re: connecting to MS SQL server in addition to default MySQL

2013-08-08 Thread Michael Manfre
I've noe been asked to add some new functionality that requires that I > pull data from a MS SQL server database running on a Windows box. I > don't want to use the django ORM with the db, just access it directly > with some sql in my python code. What's the best way to accomplish &

Re: connecting to MS SQL server in addition to default MySQL

2013-08-07 Thread Andre Terra
data from a MS SQL server database running on a Windows box. I > don't want to use the django ORM with the db, just access it directly > with some sql in my python code. What's the best way to accomplish > this? > > -- > You received this message because you are subscribed to

connecting to MS SQL server in addition to default MySQL

2013-08-07 Thread Larry Martell
I have a django app that connects to a MySQL server in the usual way. I've noe been asked to add some new functionality that requires that I pull data from a MS SQL server database running on a Windows box. I don't want to use the django ORM with the db, just access it directly with some sql in my

Re: SQL Server Support - Does it Exist

2013-03-24 Thread Michael Manfre
Although there is no official support for SQL Server, there are two available backends to choose from; django-mssql and django-pyodbc. There has also been some recent discussion on the django-developers mailing list about SQL Server's support and the idea of having officially recognized

Re: SQL Server Support - Does it Exist

2013-03-23 Thread Liang
Sadly, django doesn't support sql server officially is the only stopper for me to adopt django. On Friday, 15 July 2011 09:07:23 UTC+8, Russell Keith-Magee wrote: > > On Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers > <bruno.des...@gmail.com > wrote: > > >

Using syncdb and sql server does not create dbo tables

2012-05-29 Thread Python_Junkie
I am creating tables in sql server for the first time. I usually use mysql. The tables are created with a domain prefix rather than dbo.table (domain\myname.table instead of dbo.table) How do I get django to creatte the tables the way I want them to be created -- You received this message

Re: MS-SQL server support for DJango

2011-10-03 Thread David Markey
ackend for reviewboard since my boss > hasn't approved installing MySQL on the reviewboard server which is > already running MS-SQL server. > Even though I am not a great big fan of MS-SQL I have to adhere to our > organizational policies, thus now I am stuck with using sqlite3 as the

MS-SQL server support for DJango

2011-10-03 Thread Ashith
I am using Reviewboard for code review process in our organization. Currently I am using sqlite3 backend for reviewboard since my boss hasn't approved installing MySQL on the reviewboard server which is already running MS-SQL server. Even though I am not a great big fan of MS-SQL I have to adhere

Re: SQL Server Support - Does it Exist

2011-07-18 Thread Tom Evans
On Fri, Jul 15, 2011 at 3:21 AM, Python_Junkie wrote: > I have installed django-mssql and still seem to be stuck. > > What are the correct attributes that need to be set in the settings.py > file? > > I am getting an error > > This is how I have configured my

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Wei guangjing
2011/7/15 Python_Junkie : > I have tried django-mssql without any luck. > > Could you send me the link for django-pyodbc. Please use svn checkout the source code, and do setup.py install. svn checkout http://django-pyodbc.googlecode.com/svn/trunk/ django-pyodbc --

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Python_Junkie
than the ORM. So, presently the syncdb is a nice to have which allows me to utilize the admin functionality as well as the built in Forms.py functionality. Otherwise I could use sql server to make my calls to the database to populate web pages and or insert or update. Any other calls

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Python_Junkie
Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers > > <bruno.desthuilli...@gmail.com> wrote: > > > On 14 juil, 23:15, Python_Junkie <software.buy.des...@gmail.com> > > wrote: > >> I have searched for the drivers to use the syncdb utility with MS SQL

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Russell Keith-Magee
On Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers <bruno.desthuilli...@gmail.com> wrote: > > > On 14 juil, 23:15, Python_Junkie <software.buy.des...@gmail.com> > wrote: >> I have searched for the drivers to use the syncdb utility with MS SQL >> Server b

Re: SQL Server Support - Does it Exist

2011-07-14 Thread David Graves
https://docs.djangoproject.com/en/1.3/ref/databases/#using-a-3rd-party-database-backendmentions django-mssql http://stackoverflow.com/questions/842831/using-sql-server-with-django-in-production I personally have used django-pyodbc in conjunction with pyodbc. On Thu, Jul 14, 2011 at 5:03 PM

Re: SQL Server Support - Does it Exist

2011-07-14 Thread bruno desthuilliers
On 14 juil, 23:15, Python_Junkie <software.buy.des...@gmail.com> wrote: > I have searched for the drivers to use the syncdb utility with MS SQL > Server but have been unsuccessful. https://docs.djangoproject.com/en/1.3/ref/databases/ Django doesn't support MS SQL. --

SQL Server Support - Does it Exist

2011-07-14 Thread Python_Junkie
I have searched for the drivers to use the syncdb utility with MS SQL Server but have been unsuccessful. Has anyone implemented SQL server. If you have could you point me to the links for driver downloads and the settings.py parameters. Thanks -- You received this message because you

Re: SQL Server

2011-04-15 Thread Javier Guerra Giraldez
On Fri, Apr 15, 2011 at 9:25 AM, Jirka Vejrazka wrote: >  I use exactly the same setup. Look up the "django-odbc" package. > This will be quite easy to use and setup, but there are some > unresolved bugs in that package related to multi-db support. Most of > them have

Re: SQL Server

2011-04-15 Thread Jirka Vejrazka
Mike Kenny <michael.anthony.ke...@gmail.com> wrote: > Hi, > > I am trying to use a django application developed on Linux with MySQL > on a Windows box with SQL Server. I have downloaded pyodbc and set my > ENGINE to sql_server.pyodbc (and tried just pyodbc as I was ab

SQL Server

2011-04-15 Thread Mike Kenny
Hi, I am trying to use a django application developed on Linux with MySQL on a Windows box with SQL Server. I have downloaded pyodbc and set my ENGINE to sql_server.pyodbc (and tried just pyodbc as I was able to import this into python but not sql_server). Both result in an error message listing

Re: SQL Server 2008 and django

2010-03-12 Thread Nick
fis...@gmail.com> wrote: > As the stackoverflow link states, pyodbc is the most advanced sql > server library for python. Quite a few libraries use it like > sqlalchemy. If you are using Django on Linux, your only options are > django-pyodbc or use sqlalchemy outside of the Django ORM. If

Re: SQL Server 2008 and django

2010-03-11 Thread David
As the stackoverflow link states, pyodbc is the most advanced sql server library for python. Quite a few libraries use it like sqlalchemy. If you are using Django on Linux, your only options are django-pyodbc or use sqlalchemy outside of the Django ORM. If your environment is on Windows, you can

Re: SQL Server 2008 and django

2010-03-11 Thread Sam Lai
http://stackoverflow.com/questions/842831/using-sql-server-with-django-in-production Might help. No personal experience though. On 12 March 2010 12:16, Nick <nickt...@gmail.com> wrote: > I am working on a new project that has a Microsoft SQL Server 2008 for > storing data. Can I

SQL Server 2008 and django

2010-03-11 Thread Nick
I am working on a new project that has a Microsoft SQL Server 2008 for storing data. Can I bind Python and Django with this DB? Are there any performance issues involved? What sort of server configuration needs to be done? This is for a job and so I can't really use something that's not been

Re: SQL Server 2008

2010-03-03 Thread David
Steven, I am involved in just such a project. We are Linux shop, but a lot of the data for one of our applications is stored in SQL Server 2008. In general, there are a couple OSS projects to support connecting Django with SQL Server 2008. 1. django-mssql is probably the best bet

SQL Server 2008

2010-03-03 Thread Steven R. Elliott Jr
Hello, I have been asked to write a front-end for an accounting system that will allow business participating in certain benefits plans the ability to receive and pay their bill online, reconcile bills, and add/delete members. The problem is that the database is an existing SQL Server 2008 system

Re: Problem with text encoding MS SQL Server 2005

2010-02-03 Thread Filip Gruszczyński
Sure. In file freetds.conf you should set client charset = UTF-8 and it started to work. I heard, that there might be still some problems with, but we haven't yet encountered them. 2010/2/3 Shawn Milochik : > > On Feb 3, 2010, at 1:30 PM, Filip Gruszczyński wrote: > >> OK,

Re: Problem with text encoding MS SQL Server 2005

2010-02-03 Thread Shawn Milochik
On Feb 3, 2010, at 1:30 PM, Filip Gruszczyński wrote: > OK, we managed to solve this ourselves. > It would be nice if you mentioned what the cause was in detail, and what the fix was. Just in case someone finds your posts many months from now and is trying to solve the same problem. Shawn

Re: Problem with text encoding MS SQL Server 2005

2010-02-03 Thread Filip Gruszczyński
OK, we managed to solve this ourselves. W dniu 3 lutego 2010 18:08 użytkownik Filip Gruszczyński <grusz...@gmail.com> napisał: > Hello, > > I'm trying to store Django data on MS SQL Server 2005 using: > > http://code.google.com/p/django-pyodbc/ (pyodbc + FreeTDS) > > As

Problem with text encoding MS SQL Server 2005

2010-02-03 Thread Filip Gruszczyński
Hello, I'm trying to store Django data on MS SQL Server 2005 using: http://code.google.com/p/django-pyodbc/ (pyodbc + FreeTDS) As long as I'm storing string consist of ASCII characters everything is ok. When I'm using unicode (ex. '\xc5\x82'), django throws ProgrammingError

10061 Connection refused - pyodbc - SQL Server 2008 - Win7

2009-08-25 Thread -colin-
Group, I am attempting to connect Django with SQL Server 2008. My dev server is running on a Win 7 box and SQL Server is on a Win 2003 box. When posting from the authentication form, I get exception 10061, 'Connection refused'. Traceback below. I am using django-pyodbc revision 115. I had it all

Re: Fastest http+sql server combination

2009-08-24 Thread Graham Dumpleton
On Aug 25, 6:19 am, Michael wrote: > On Mon, Aug 24, 2009 at 3:57 PM, Léon Dignòn wrote: > > > Hello, > > > there are plenty of possible combinations out there. The suggested one > > is apache and mod_wsgi, but in the docs is also mentioned, that >

Re: Fastest http+sql server combination

2009-08-24 Thread Michael
On Mon, Aug 24, 2009 at 3:57 PM, Léon Dignòn wrote: > > Hello, > > there are plenty of possible combinations out there. The suggested one > is apache and mod_wsgi, but in the docs is also mentioned, that > fastcgi could be faster if configured properly. Unfortunately it's

Fastest http+sql server combination

2009-08-24 Thread Léon Dignòn
Hello, there are plenty of possible combinations out there. The suggested one is apache and mod_wsgi, but in the docs is also mentioned, that fastcgi could be faster if configured properly. Unfortunately it's not mentioned, what properly means. For a site with few users who upload images up to

Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Ulf Kronman
don't know, but there do > appear to be some problems that need to be sorted out Yes, you are right. When I searched for MS SQL server support, I came across this Django ticket: http://code.djangoproject.com/ticket/5062 As you can see, a number of people were involved in patching code for MS SQL

Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Malcolm Tredinnick
On Wed, 2008-07-02 at 23:18 -0700, Ulf Kronman wrote: > Hi again all, > after a few days of struggling with django-pyodbc, I have finally got > past the "ImportError: No module named django-pyodbc.db.mssql.base" > stage. > > The problem was that the module package was missing __init__.py files

Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Ulf Kronman
Hi again all, after a few days of struggling with django-pyodbc, I have finally got past the "ImportError: No module named django-pyodbc.db.mssql.base" stage. The problem was that the module package was missing __init__.py files in the directories above the mssql directory. So I added two empty

Re: Anyone got a backend for MS SQL Server working?

2008-06-30 Thread Ulf Kronman
[Posted this reply yesterday, but I can't see it, I post it again. Sorry for any duplication. / Ulf ] On Jun 27, 4:12 pm, gordyt <[EMAIL PROTECTED]> wrote: > Ulf I haven't played with this second solution, but I did just check > out a copy of the django-pyodbc project.  You should be OK

Re: Anyone got a backend for MS SQL Server working?

2008-06-27 Thread gordyt
Ulf I haven't played with this second solution, but I did just check out a copy of the django-pyodbc project. You should be OK following the author's instructions. He said to add the django-pydobc directory (where ever you choose to put it) to your PYTHONPATH. The name of the module(s) that

Anyone got a backend for MS SQL Server working?

2008-06-27 Thread Ulf Kronman
OS X and PostgreSQL on my MacBook to develop databases for bibliometric analyzes. A few months ago, I started working with a new organization that is running a big bibliometric database in a Windows environment on an MS SQL Server. I'm not in the position to suggest a platform switch, but I have

Re: Support for MS SQL Server

2008-06-25 Thread Hernan Olivera
> After doing some search on Google, Django has some kind of backend > support for MS SQL server. But when I type ado_mssql in my setting.py > file while creating a simple application, it says ad_mssql is not an > avaliable option. Do I need any special patch or something to enable &g

Re: Support for MS SQL Server

2008-06-24 Thread Chatchai Neanudorn
on Google, Django has some kind of backend > > support for MS SQL server. But when I type ado_mssql in my setting.py > > file while creating a simple application, it says ad_mssql is not an > > avaliable option. Do I need any special patch or something to enable > > th

Re: Support for MS SQL Server

2008-06-24 Thread Russell Keith-Magee
On Wed, Jun 25, 2008 at 7:03 AM, Nagu <[EMAIL PROTECTED]> wrote: > > Hi, > > After doing some search on Google, Django has some kind of backend > support for MS SQL server. But when I type ado_mssql in my setting.py > file while creating a simple appli

Support for MS SQL Server

2008-06-24 Thread Nagu
Hi, After doing some search on Google, Django has some kind of backend support for MS SQL server. But when I type ado_mssql in my setting.py file while creating a simple application, it says ad_mssql is not an avaliable option. Do I need any special patch or something to enable this? Please

Re: microsoft sql server 2005

2008-05-19 Thread Tim Chase
> is it possible to setup python/django and run it on a sql server? yes, for small values of "run"...you might call it "walking" or "crawling" (or maybe "limping") rather than "running". There has been various bits of code that allow for co

Re: microsoft sql server 2005

2008-05-19 Thread Adam V.
It's possible to use Django (trunk, best against 7540 or better to get the most recent security fixes) against SS2005 with the caveat that there is no core support for doing this. I'm maintaining an external database backend here: http://code.google.com/p/django-mssql/ That backend works well

microsoft sql server 2005

2008-05-19 Thread mccomas . chris
i just took a job with a group that just bought a microsoft sql server 2005, they want to drop ASP.net that they're currently using, i was interested in using django on the site going forward. is it possible to setup python/django and run it on a sql server

Who has the better support for Sql Server?

2008-05-09 Thread mamcxyz
I submit this patch some time ago: http://code.djangoproject.com/ticket/5062 (latter turn to http://code.djangoproject.com/ticket/5246) However, after get invalidad and the decision to support it elsewhere, I wonder which have the better support of the external sql backend to help to improve

Re: Django with SQL Server

2008-03-25 Thread kellygreer1
I realize this is a Django group but... where do other Python web app frameworks like Pylons and TurboGears stack up as far as MS SQL Server support goes? I'll post back to the group my experiences of trying to swap out the backend. I'm a newb and swamped at work right now. So this may take me

Re: Django with SQL Server

2008-03-25 Thread Adam V.
> Should I go ahead and swap the backend code out for of these backends? The fact that I created a separate project basically speaks to my suggestion (swap out.) [I would kind of prefer if MS SQL support was dropped entirely from django-svn (unless the upcoming foundation is going to spend some

Re: Django with SQL Server

2008-03-25 Thread kellygreer1
Win32/COM support in some areas. > > There are some now externally maintained SQL Server backends for > (trunk) Django: > *http://code.google.com/p/django-mssql/ > *http://code.google.com/p/django-pyodbc/ > > I haven't tried the second one. > > The first one, django-mssql

Re: Django with SQL Server

2008-03-25 Thread Adam V.
Not only is Django's pack-in MS Sql backend broken, but the last set of updates to adodbapi-2.1 to add IronPython support actually broke standard Win32/COM support in some areas. There are some now externally maintained SQL Server backends for (trunk) Django: * http://code.google.com/p/django

Re: Django with SQL Server

2008-03-25 Thread Michael
on Value: No module named testproject.urls > > > Exception Location: C:\Python25\lib\site-packages\django\core > > > \urlresolvers.py in _get_urlconf_module, line 177 > > > > Any ideas? > > > > Not sure if this matters but I had to use this in my httpd.conf to

Re: Django with SQL Server

2008-03-25 Thread Michael
ckages\django\core > > \urlresolvers.py in _get_urlconf_module, line 177 > > > Any ideas? > > > Not sure if this matters but I had to use this in my httpd.conf to get > > this far > > SetEnv DJANGO_SETTINGS_MODULE settings > > #instead of > > SetEnv DJANGO_SETTINGS_M

Re: Django with SQL Server

2008-03-25 Thread Malcolm Tredinnick
gle code project (django-mssql, no source), but that seems to be a solo effort. Maybe search around Google or look in Trac to find the names of the people who were interested in working on this, or maybe somebody on this list know more. Trac tickets about MS SQL server are being cl

Re: Django with SQL Server

2008-03-24 Thread kellygreer1
f this matters but I had to use this in my httpd.conf to get > this far > SetEnv DJANGO_SETTINGS_MODULE settings > #instead of > SetEnv DJANGO_SETTINGS_MODULE testproject.settings > > Thanks, > Kelly > > On Mar 24, 6:41 pm, kellygreer1 <[EMAIL PROTECTED]> wrote: > > >

Re: Django with SQL Server

2008-03-24 Thread kellygreer1
#instead of SetEnv DJANGO_SETTINGS_MODULE testproject.settings Thanks, Kelly On Mar 24, 6:41 pm, kellygreer1 <[EMAIL PROTECTED]> wrote: > I'm trying to get Django working on Windows with Apache and MS SQL > Server. > > I have completed. > 1) Install Apache > 2) Install

Django with SQL Server

2008-03-24 Thread kellygreer1
I'm trying to get Django working on Windows with Apache and MS SQL Server. I have completed. 1) Install Apache 2) Install Python 2.5 3) Install mod_python and configure 4) Install Django 5) Setup test project -- here I learn my Python install is going to need a -- few more things If I'm going

ANN: New alpha backend for MS Sql Server

2007-08-03 Thread mamcxyz
If want/need support for mssql, I hope this help. I submit a ticket with patchs for enable a new backend for sql server, so we can have a clean direction from the ado_mssql confusion of tickets, and have a single point for development. Is at http://code.djangoproject.com/ticket/5062. I'm

Re: Any new for MS SQL Server???

2007-06-15 Thread Jeremy Dunck
On 6/15/07, Bruno Tikami <[EMAIL PROTECTED]> wrote: > I've > already read the hole old bunch of topics and dicussions about this matter, > jsut want to know if there is come news. As far as I know, just what's been discussed on this list. --~--~-~--~~~---~--~~

<    1   2   3   >