ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.6
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.5
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.4
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.3
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.2
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.1
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC Connect
Python ODBC Database Interface
Version 2.1.0
mxODBC Connect is our commercially supported client-server product
ANNOUNCING
eGenix.com mxODBC Connect
Python ODBC Database Interface
Version 2.0.5
mxODBC Connect is our commercially supported client-server product
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.3.0
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC Connect
Python ODBC Database Interface
Version 2.0.4
mxODBC Connect is our commercially supported client-server product
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.2.3
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC Connect
Python ODBC Database Interface
Version 2.0.3
mxODBC Connect is our commercially supported client-server product
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.2.2
mxODBC is our commercially supported Python extension providing
PyPyODBC, the single script Python ODBC module, now runs under both Python
2.x and Python 3.3
PyPyODBC - A Pure Python ctypes ODBC module
>
> Features
>
>- *One pure Python script, runs on CPython /
> IronPython<http://ironpython.codeplex.com/>
> / PyPy <http
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.2.1
mxODBC is our commercially supported Python extension providing
ANNOUNCING
eGenix.com mxODBC
Python ODBC Database Interface
Version 3.2.0
mxODBC is our commercially supported Python extension providing
PyPyODBC - A Pure Python ctypes ODBC module
Changes in version 0.8:
Added the getinfo() method to the connection object
Changes in version 0.7:
Fixed the ntext/nchar/nvarchar string truncat problem
Changes in version 0.6:
Added Cursor.commit() and Cursor.rollback().
Added readonly keyword to c
PyPyODBC - A Pure Python ctypes ODBC module
Changes in version 0.6:
Added Cursor.commit() and Cursor.rollback(). It is now possible to use
only a cursor in your code instead of keeping track of a connection
and a cursor.
Added readonly keyword to connect. If set to True, SQLSetConnectAttr
SQL_ATT
PyPyODBC - A Pure Python ctypes ODBC module
Features
-Pure Python, compatible with PyPy (tested on Win32)
-Almost totally same usage as pyodbc
You can simply try pypyodbc in your existing pyodbc powered script
with the following changes:
#import pyodbc
ANNOUNCING
eGenix.com mxODBC - Python ODBC Database Interface
Version 3.1.2
mxODBC is our commercially supported Python extension providing
ODBC database connectivity to
ANNOUNCING
eGenix.com mxODBC - Python ODBC Database Interface
Version 3.1.1
mxODBC is our commercially supported Python extension providing
ODBC database connectivity to
ANNOUNCING
eGenix.com mxODBC - Python ODBC Database Interface
Version 3.1.0
mxODBC is our commercially supported Python extension providing
ODBC database connectivity to
ANNOUNCING
eGenix.com mxODBC - Python ODBC Database Interface
Version 3.0.3
mxODBC is our commercially supported Python extension providing
ODBC database connectivity to
[EMAIL PROTECTED] writes:
> On Apr 29, 11:34 am, Harlin Seritt <[EMAIL PROTECTED]> wrote:
> > Is there a Python odbc module that will work on Linux? I have a jdbc
> > connection to a DB2 server. I am looking hopefully for an open source
> > solution and not a com
On Apr 29, 11:34 am, Harlin Seritt <[EMAIL PROTECTED]> wrote:
> Is there a Python odbc module that will work on Linux? I have a jdbc
> connection to a DB2 server. I am looking hopefully for an open source
> solution and not a commercial one.
>
> Thanks,
>
> Harlin
I
various links on python interfaces to several databases including DB2. It
contains also links to other ODBC packages for python.
Jorge
On 29 Apr 2007 09:34:13 -0700, Harlin Seritt <[EMAIL PROTECTED]> wrote:
Is there a Python odbc module that will work on Linux? I have a jdbc
connection t
Is there a Python odbc module that will work on Linux? I have a jdbc
connection to a DB2 server. I am looking hopefully for an open source
solution and not a commercial one.
Thanks,
Harlin
--
http://mail.python.org/mailman/listinfo/python-list
Hi Dennis,
Thanks for your effort. I really appreciate it. It works for me
now.
Ouyang
--
http://mail.python.org/mailman/listinfo/python-list
Hi everyone,
I need your help for using python odbc module. I have a simple
table defined as
create table A (
userId char(10),
courseid char(10),
grade integer,
primary key(userId,courseId)
)
userIdcourseId grade
1 1001 50
1 1002
Yes, I did run into the difference in the parameter styles, so I deal
with that in the database-specific classes. It's not a huge difficulty
though.
Grig
--
http://mail.python.org/mailman/listinfo/python-list
Grig Gheorghiu wrote:
> In my testing, I need to connect to Oracle, SQL Server and DB2 on
> various platforms. I have a base class with all the common code, and
> derived classes for each specific database type using specific database
> modules such as cxOracle, mxODBC and pyDB2. The derived classe
In my testing, I need to connect to Oracle, SQL Server and DB2 on
various platforms. I have a base class with all the common code, and
derived classes for each specific database type using specific database
modules such as cxOracle, mxODBC and pyDB2. The derived classes are
pretty thin, containing
Well having two different Databases from one app could be painful, but
I think that using Python and a "Divide and Conquer" aproach might be
your best GPL way of handling this. Start up a set of python Classes
that just does the access to the MySQL database. Get these working,
just concentrate on b
Hi,
I'm fairly new to Python so please pardon any dumbness on my part.
I plan to write an app in Python that will run on Linux and would need
to connect to Oracle and MySQL. I could use MySQLdb for MySQL and
cx_oracle for Oracle, but 2 different APIs in the same app is kind of
painful.
So I hav
34 matches
Mail list logo