On Mar 23, 9:50 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> Godzilla wrote:
> > On Mar 23, 4:38 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> >> On 22 Mar 2007 05:36:46 -0700, "Godzilla" <[EMAIL PROTECTED]>
> >> declaimed the following in comp.lang.python:
>
> >>> Steve, I think I've tried w
Godzilla wrote:
> On Mar 23, 4:38 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
>> On 22 Mar 2007 05:36:46 -0700, "Godzilla" <[EMAIL PROTECTED]>
>> declaimed the following in comp.lang.python:
>>
>>> Steve, I think I've tried what you have suggested without any luck as
>>> well... The statement
On Mar 23, 4:38 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On 22 Mar 2007 05:36:46 -0700, "Godzilla" <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
> > Steve, I think I've tried what you have suggested without any luck as
> > well... The statement works fine, but what
On Mar 23, 4:38 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On 22 Mar 2007 05:36:46 -0700, "Godzilla" <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
> > Steve, I think I've tried what you have suggested without any luck as
> > well... The statement works fine, but what
On Mar 22, 10:56 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> Godzilla wrote:
> > Dear all,
>
> > I cannot find a solution for my problem with inserting a blob object
> > (>4000 in length) into an ORACLE database via ODBC.
>
> > I have tried the two ways of inserting the blob object (a zip file):
On 22 Mar, 10:21, "Godzilla" <[EMAIL PROTECTED]> wrote:
>
> I cannot find a solution for my problem with inserting a blob object
> (>4000 in length) into an ORACLE database via ODBC.
This brings back "happy" memories with Oracle 9i and JDBC.
> I have tried the two ways of inserting the blob objec
Godzilla wrote:
> Dear all,
>
> I cannot find a solution for my problem with inserting a blob object
> (>4000 in length) into an ORACLE database via ODBC.
>
>
> I have tried the two ways of inserting the blob object (a zip file):
>
>
> 1)
> fp = open("c:/test/test.zip", "r+b")
> data = fp.read
Godzilla wrote:
> Dear all,
>
> I cannot find a solution for my problem with inserting a blob object
> (>4000 in length) into an ORACLE database via ODBC.
>
>
> I have tried the two ways of inserting the blob object (a zip file):
>
>
> 1)
> fp = open("c:/test/test.zip", "r+b")
> data = fp.read
Dear all,
I cannot find a solution for my problem with inserting a blob object
(>4000 in length) into an ORACLE database via ODBC.
I have tried the two ways of inserting the blob object (a zip file):
1)
fp = open("c:/test/test.zip", "r+b")
data = fp.read()
s = odbc.odbc(cs)
qry = s.cursor()
qr
Facundo Batista wrote:
> Hi! I need to connect to Oracle.
>
> I found this binding,
>
> http://www.zope.org/Members/matt/dco2
>
> that is the recommended in the Python page.
>
> But that page seems a bit confuse to me. In the upper right corner says
> that the last release is PreRelease 1, fr
On Mar 14, 12:01 pm, Facundo Batista <[EMAIL PROTECTED]>
wrote:
> Hi! I need to connect to Oracle.
>
> I found this binding,
>
> http://www.zope.org/Members/matt/dco2
>
> that is the recommended in the Python page.
>
> But that page seems a bit confuse to me. In the upper right corner says
> that
So do I !
2007/3/14, Josh Bloom <[EMAIL PROTECTED]>:
> I would suggest using cx_Oracle as I have had good experience with it.
> http://www.cxtools.net/default.aspx?nav=cxorlb
>
> -Josh
>
>
> On 3/14/07, Facundo Batista <[EMAIL PROTECTED]> wrote:
> > Hi! I need to connect to Oracle.
> >
> > I found
I would suggest using cx_Oracle as I have had good experience with it.
http://www.cxtools.net/default.aspx?nav=cxorlb
-Josh
On 3/14/07, Facundo Batista <[EMAIL PROTECTED]> wrote:
Hi! I need to connect to Oracle.
I found this binding,
http://www.zope.org/Members/matt/dco2
that is the recom
Hi! I need to connect to Oracle.
I found this binding,
http://www.zope.org/Members/matt/dco2
that is the recommended in the Python page.
But that page seems a bit confuse to me. In the upper right corner says
that the last release is PreRelease 1, from 2001-11-15.
At the bottom, however, it
Title: Pure Python Oracle module
Does anyone know of a pure Python module for Oracle similar to Java's pure Oracle module?
Thank you!
Lance Ellinghaus
--
http://mail.python.org/mailman/listinfo/python-list
Kenny wrote:
> Thanks... Im not sure if you would know how to solve this one, but when
> I ran my setup python scripts I got the error: library -lclntsh not
> found. In the instantclient folder the library exists... is this a
> matter of just copying the libraries to a different spot or just
> set
Thanks... Im not sure if you would know how to solve this one, but when
I ran my setup python scripts I got the error: library -lclntsh not
found. In the instantclient folder the library exists... is this a
matter of just copying the libraries to a different spot or just
setting up the correct envi
[EMAIL PROTECTED] wrote:
> I am trying to use Python to do queries on a Oracle database using a
> Solaris box. I have seen tools such as cx_Oracle which would be good
> except that my Solaris box does not have an Oracle installation. Do I
> need to have an Oracle installation on my Solaris box to a
[EMAIL PROTECTED] wrote:
> I am trying to use Python to do queries on a Oracle database using a
> Solaris box. I have seen tools such as cx_Oracle which would be good
> except that my Solaris box does not have an Oracle installation. Do I
> need to have an Oracle installation on my Solaris box to
I am trying to use Python to do queries on a Oracle database using a
Solaris box. I have seen tools such as cx_Oracle which would be good
except that my Solaris box does not have an Oracle installation. Do I
need to have an Oracle installation on my Solaris box to access the
Oracle database (which
20 matches
Mail list logo