Access to MS SQL from Linux?

Joe Wong joewong at mango.cc
Tue Sep 28 03:42:25 EDT 2004


Hi there,

 I still don't know what cause the error, I commented out the following
line:

def _servermsg_cb(ctx, conn, msg):
#    if msg.msgnumber not in (5701, 5703):
#        raise DatabaseError(_fmt_server(msg))
    pass

No error is created and  operations seems running ok.



----- Original Message ----- 
From: "Joe Wong" <joewong at mango.cc>
To: "Josh Close" <narshe at gmail.com>; "PYTHON" <python-list at python.org>
Sent: Friday, September 24, 2004 12:12 PM
Subject: Re: Access to MS SQL from Linux?


> Hi Josh,
>
>  I haven't yet go to study the details, will let you know as soon as I get
> more details for you. :)
>
> - Joe
>
> ----- Original Message ----- 
> From: "Josh Close" <narshe at gmail.com>
> To: "PYTHON" <python-list at python.org>
> Sent: Friday, September 24, 2004 11:52 AM
> Subject: Re: Access to MS SQL from Linux?
>
>
> > On Thu, 23 Sep 2004 16:58:16 +0800, Joe Wong <joewong at mango.cc> wrote:
> > > Sybase.DatabaseError: Msg 2, Level 5701, Line 1851877443
> > >
> > > I am using MSSQL 2000 server, is this a problem?
> > >
> >
> > What is your code for Sybase? I have it working just fine, and it's
> > the best module I've found that's free.
> >
> > Freetds is a complete pile though. I run into freedtds errors
> > constantly..... I think the problem is actually mssql, and freetds
> > can't handle all the crazy random things it does to prevent non-M$
> > products from using it....... oh well.
> >
> > -Josh
> > -- 
> > http://mail.python.org/mailman/listinfo/python-list
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.768 / Virus Database: 515 - Release Date: 2004/9/22
>
> -- 
> http://mail.python.org/mailman/listinfo/python-list
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.768 / Virus Database: 515 - Release Date: 2004/9/23




More information about the Python-list mailing list