Tagged Questions
The pyodbc tag has no wiki summary.
14
votes
5answers
4k views
Using Sql Server with Django in production
Has anybody got recent experience with deploying a Django application with an SQL Server database back end? Our workplace is heavily invested in SQL Server and will not support Django if there isn't a ...
13
votes
4answers
4k views
using pyodbc on linux to insert unicode or utf-8 chars in a nvarchar mssql field
I am using Ubuntu 9.04
I have installed the following package versions:
unixodbc and unixodbc-dev: 2.2.11-16build3
tdsodbc: 0.82-4
libsybdb5: 0.82-4
freetds-common and freetds-dev: 0.82-4
I have ...
10
votes
4answers
3k views
Common ways to connect to odbc from python on windows?
What library should I use to connect to odbc from python on windows?
Is there a good alternative for pywin32 when it comes to odbc?
What about pyodbc? http://code.google.com/p/pyodbc/
Any others? ...
7
votes
2answers
532 views
sql server function native parameter bind error
I'm using the following software stack on Ubuntu 10.04 Lucid LTS to
connect to a database:
python 2.6.5 (ubuntu package)
pyodbc git trunk commit eb545758079a743b2e809e2e219c8848bc6256b2
unixodbc ...
5
votes
3answers
965 views
Python - Linux - Connecting to MS SQL with Windows Credentials - FreeTDS+UnixODBC + pyodbc or pymssql
There doesn't seem to be any great instructions for setting this up. Does anyone have any good instructions? I am a linux noob so be gentle. I did see another post that is similar, but no real ...
4
votes
2answers
750 views
Python multiprocessing and database access with pyodbc “is not safe”?
The Problem:
I am getting the following traceback and don't understand what it means or how to fix it:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File ...
3
votes
1answer
850 views
Connecting to MS Access 2007 (.accdb) database using pyodbc
I am on Win7 x64, using Python 2.7.1 x64. I am porting an application I created in VC++ to Python for educational purpouses.
The original application has no problem connecting to the MS Access 2007 ...
3
votes
1answer
404 views
Pyodbc utf-8 bind param error With FreeTDS and unixODBC
FreeTDS version 0.82
unixODBC version 2.3.0
pyodbc version 2.1.8
freetds.conf:
tds version = 7.0
client charset = UTF-8
using Servername in the odbc.ini (which for some crazed reason made a ...
3
votes
2answers
1k views
Unable to install pyodbc on Linux
I am running Linux (2.6.18-164.15.1.el5.centos.plus) and trying to install pyodbc. I am doing pip install pyodbc and get a very long list of errors, which end in
error: command 'gcc' failed with ...
3
votes
2answers
606 views
Using an ODBC application with a JDBC driver
My company uses Vertica. We have Python applications that connect to it with pyodbc. I do most of my development on a Mac (Snow Leopard) and unfortunately Vertica has not released ODBC drivers for ...
2
votes
1answer
28 views
How to ensure a SQL like NOLOCK when using Django Model Queries
I have a Django Model "Users" tied to an existing MS SQL Server database table. I am reading the table thus:
Users.objects.filter(userid='xyz').filter(status='active')
I want to know what locking ...
2
votes
1answer
125 views
import data from excel to postgres in python using pyodbc
I am importing data from MS-Excel to PostgreSQL in python(2.6) using pyodbc.
The problem faced is:
There are characters like left single quotation mark(ANSI hex code : 0x91), etc in the excel ...
2
votes
2answers
94 views
Using alternate unixODBC installation
I'm working in an environment that has unixODBC installed on a org-wide centrally mounted drive, but we (the actual developers) aren't allowed to install drivers or datasources in it. It's all ...
2
votes
1answer
241 views
pyodbc returns SQL Server DATE fields as strings
I'm using pyodbc to query a SQL Server 2008 database table with columns of DATE type.
The resulting rows of data contain date strings rather than python datetime.date or datetime.datetime instances.
...
2
votes
1answer
137 views
PyODBC - cursor record value rounding
I am working on a Python script (Python version 2.5.1 on Windows XP) that involves connecting to a Microsoft Access (.mdb) database to read values from a table. I'm getting some unexpected results ...
2
votes
0answers
467 views
pyodbc - very slow bulk insert speed
With this table:
CREATE TABLE test_insert (
col1 INT,
col2 VARCHAR(10),
col3 DATE
)
the following code takes 40 seconds to run:
import pyodbc
from datetime import date
conn = ...
2
votes
1answer
257 views
SQLAlchemy Misuse Causing Memory Leak?
My program is sucking up a meg every few seconds. I read that python doesn't see curors in garbage collection, so I have a feeling that I might be doing something wrong with my use of pydbc and ...
2
votes
1answer
162 views
Django Connect to MS SQL along side postgres
I have a standard django setup using postgres, but I also want to access data from a mssql database. I have installed pyodbc and was in the process of installing django-pyodbc but the instructions ...
2
votes
3answers
210 views
Oracle instant client can't execute sql update
I can connect to a Oracle 10g release 2 server using instant client. Using pyodbc and cx_Oracle.
Using either module, I can execute a select query without any problems, but when I try to update a ...
2
votes
1answer
572 views
Connect to mssql from sqlalchemy by pyodbc on mac os
Anyone has successfully connect to mssql thru pyodbc within sqlalchemy? I am using turbogears2 right now, and try to connect to mssql, working on a mac os platform.
Getting following error:
...
2
votes
4answers
2k views
SqlAlchemy equivalent of pyodbc connect string using FreeTDS
The following works:
import pyodbc
pyodbc.connect('DRIVER={FreeTDS};Server=my.db.server;Database=mydb;UID=myuser;PWD=mypwd;TDS_Version=8.0;Port=1433;')
The following fails:
import sqlalchemy
...
2
votes
1answer
334 views
pyodbc connection to Oracle database on Linux
Can anyone point me to a "free" resource that allows one to connect via pyodbc to an Oracle database? We have a multi db environment we support. I have DB2 and MSSQL ODBC drivers working but I ...
2
votes
5answers
377 views
Python in Windows: large number of inserts using pyodbc causes memory leak
I am trying to populate a MS SQL 2005 database using python on windows. I am inserting millions of rows, and by 7 million I am using almost a gigabyte of memory. The test below eats up 4 megs of RAM ...
2
votes
1answer
410 views
Binding a null value to a date field in pyodbc
Using pyodbc, if I try and execute this code on a date field:
cursor.execute('insert into test VALUES (?)', None)
... I get pyodbc.Error: ('HY000', '[HY000] [SAS][SAS ODBC Driver][SAS Server]ERROR: ...
2
votes
1answer
1k views
Django-pyodbc SQL Server/freetds server connection problems on linux
Error: ('IM002', '[IM002]
[unixODBC][Driver Manager]Data source
name not found, and no default driver
specified (0) (SQLDriverConnectW)')
I'm migrating from developing on a windows ...
2
votes
4answers
484 views
How to escape a hash (#) char in python?
I'm using pyodbc to query an AS400 (unfortunately), and some column names have hashes in them! Here is a small example:
self.cursor.execute('select LPPLNM, LPPDR# from BSYDTAD.LADWJLFU')
for row in ...
2
votes
4answers
2k views
using pyodbc on ubuntu to insert a image field on SQL Server
I am using Ubuntu 9.04
I have installed the following package versions:
unixodbc and unixodbc-dev: 2.2.11-16build3
tdsodbc: 0.82-4
libsybdb5: 0.82-4
freetds-common and freetds-dev: 0.82-4
...
2
votes
6answers
3k views
PyODBC and Microsoft Access: Inconsistent results from simple query [closed]
I am using pyodbc, via Microsoft Jet, to access the data in a Microsoft Access 2003 database from a Python program.
The Microsoft Access database comes from a third-party; I am only reading the data.
...
2
votes
5answers
6k views
Connecting to MS SQL Server using python on linux with 'Windows Credentials'
Is there any way to connect to an MS SQL Server database with python on linux using Windows Domain Credentials?
I can connect perfectly fine from my windows machine using Windows Credentials, but ...
1
vote
4answers
45 views
How can I solve the following result?
I have and script the make a select from SQL and returns the value, and the script works with the "code = code + 1" method to make the conditions of the select.
But sometimes the condition doesnt ...
1
vote
1answer
52 views
sqlalchemy throws a DataError 22001 using tg2 and pyodbc to write into mssql 2005
I'm using a reflected sqlalchemy mapped class into a mssql table.
I DBSession.add() instances of Activities class (the mapped class) with data I get from a different source.
and then I called ...
1
vote
1answer
37 views
how do I execute a 'GRANT SELECT ON' statement using pyodbc
I am working with hundreds of msaccess databases. I am trying to build a summary of databases, tables and other objects. To find out all the tables and objects in a given database, I use the query
...
1
vote
0answers
146 views
Read MS Access JET 4 database (.mdb) using python and unixODBC on Ubuntu 11.10: getting bad values
I'm having some problems trying to read a Microsoft Access database (JET 4 .mdb) using Python 2.7.2 (unixODBC 2.2.14, pyodbc 2.1.11 and the mdbtools driver) on Ubuntu 11.10 32-bit. Yes, I know it is ...
1
vote
1answer
62 views
Inserting a BitTorrent Bitfield into a VarBinary(MAX) in MSSQL using PYODBC
I'm working on a project involving BitTorrent, where I receive an bitfield as a python string. For example:
bitfield = "000001110100111000110101100010"
I would like to be able to convert the ...
1
vote
2answers
67 views
Python DateUtil Converting string to a date and time
I'm trying to convert a parameter of type string to a date time. I'm using the dateUtil library
from dateutil import parser
myDate_string="2001/9/1 12:00:03"
dt = ...
1
vote
1answer
90 views
Passing Parameters to Stored Procedures using PyODBC
I'm using pyODBC to connect to a SQL Server 2005 express database. I've created a stored procedure in SQLServer express that takes 2 string parameters e.g stored_proc(inpu1, input2) these parameters ...
1
vote
1answer
85 views
Cant Create tables in access with pyodbc
I am trying to create tables in a MS Access DB with python using pyodbc but when I run my script no tables are created and no errors are given. My code:
#!/usr/bin/env python
import pyodbc
con = ...
1
vote
1answer
199 views
pyodbc connection error when trying to connect to DB on localhost
I have a local DB on my machine called 'Test' which contains a table called 'Tags'. I am able to access this DB and query from this table through SQL Server management studio 2008.
However, when ...
1
vote
1answer
210 views
pyodbc return multiple cursors from stored procedure with DB2
I have a python program that calls a stored procedure from db2 database. I am using results = cursor.fetchall() to process the results of my stored procedure. However, my stored procedure returns two ...
1
vote
0answers
112 views
Prevent Django from updating identity column in MSSQL
I'm working with a legacy DB in MSSQL. We have a table that has two columns that are causing me problems:
class Emp(models.Model):
empid = models.IntegerField(_("Unique ID"), unique=True, ...
1
vote
1answer
93 views
handling None values in conversion to numpy recarray
Is there a graceful way of handling None values in a conversion of a list of tuples to a numpy recarray using the single call to np.rec.fromrecords? Assuming I know what I want the missing value to ...
1
vote
2answers
129 views
Passing table name as a parameter in pyodbc
I am tried to pass table name in pyodbc as a parameter to access data from ms sql 2005. I tried to substitute it with ? but it never works. I would be glad to receive any advice on how to accomplish ...
1
vote
2answers
181 views
How do I select the last 5 minutes of data from an ms access db using pyodbc?
I have the following query (python pyodbc on windows 7 accessing an access db .mdb):
SQL = 'SELECT acq_spill_3_1_sec.time_stamp, acq_spill_3_1_sec.float_value
FROM acq_spill_3_1_sec WHERE ...
1
vote
2answers
253 views
How does pyodbc determine the encoding?
I'm fighting Sybase SQL Anywhere 12 together with Python (and Twisted) for several weeks by now and I even got my stuff working.
There's only one annoyance left: If I run my script on CentOS 5 with a ...
1
vote
1answer
277 views
Can I use multiple cursors on one connection with pyodbc and MS SQL Server?
I'm using pyodbc on python 2.6 to connect to Microsoft SQL Server 2005. I open a connection, create a couple of cursors:
c1 = connection.cursor()
c2 = connection.cursor()
and then run a query on ...
1
vote
1answer
260 views
Python, Django and pyodbc: invalid characters
I am connecting to a MS SQL server database using pyodbc. The error im getting is the following
invalid byte sequence for encoding "UTF8": 0x93
HINT: This error can also happen if the byte sequence ...
1
vote
1answer
433 views
asynchronous call with Tornado and pyodbc
I want to implement a web service based on tornado which can provide the database query service for users. I used the pyodbc module to connect to database and do the query. In practice, I found that ...
1
vote
1answer
482 views
pyodbc.Error when trying to open jet database
I'm trying to read data stored in a ms access database that generated by a piece of software Hy Tek Meet Manager
import pyodbc
filename = 'db.mdb'
connection = pyodbc.connect('DRIVER={Microsoft ...
1
vote
2answers
837 views
how to connect to sql server 2008 via an IP address usign pyodbc in python
I am able to connect to server with mssql management studio but not able to connect using python I think some problem in connection string please help below is string I am using.
import pyodbc as p
...
1
vote
2answers
729 views
Cannot connect to Access DB using pyodbc
I've been beating my head against this for a few days now. I'm trying to use pyodbc to connect to a Microsoft Access DB, and I can't seem to get the connection string right or something. This is what ...