Skip to Content.
Sympa Menu

freetds - RE: [freetds] Function sequence error from Linux => SQL Server 2000

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Charles Bearden" <Charles.F.Bearden AT uth.tmc.edu>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Function sequence error from Linux => SQL Server 2000
  • Date: Thu, 29 Apr 2004 09:40:16 -0500

> -----Original Message-----
> From: freetds-bounces AT lists.ibiblio.org [mailto:freetds-
> bounces AT lists.ibiblio.org] On Behalf Of ZIGLIO, Frediano, VF-IT
>
> ...
> >
> > Two final clues:
> > (1) If I use the Python interpreter to instantiate my DB
> > connection and
> > call the stored procedure with the same XML data, it loads
> > the data into
> > the target table with no complaint.
> > (2) In my script I create six or seven different connections to the
> > database, each with its own cursor, so that each cursor executes
only
> > one thing on the SQL server. My hope was to reduce overhead by
> > permitting each cursor to prepare just one statement. Now that the
> > cursors are executing stored procedures rather than SQL statements,
> > perhaps I should use only one connection and cursor.
> >
> ...
>
> >From mxBase ChangeLog
>
> Changes from 2.0.4 to 2.0.5:
>
> Fixed a bug in the native Unicode handling code for long object
columns.
> mxODBC now also supports reading and writing Unicode to and from
> longchar and ntext columns for MS SQL Server.
>
> Are you sure you are using latest version. Perhaps you installed a
> former version and than updated

Thanks for responding.

I think you mean mxODBC changelog.

The only version of this package installed on this system for this
Python is 2.0.6, which I downloaded as
egenix-mx-commercial-2.0.6.tar.gz.

find . -type f | xargs egrep '__version__ *= *'

in the source shows that none of the subpackages have this version
number, but it is the only version installed on this system for this
Python. There is a copy of the same version installed in this Python's
site-packages, but I wasn't convinced it was done correctly, so I built
it myself and installed it in my own spot and am modifying sys.path to
import it instead of the site-packages copy.

Chuck




Archive powered by MHonArc 2.6.24.

Top of Page