[DB-SIG] OracleDB and Python 1.5

Stephane Bidoul sbi@acse.be" <sbi@acse.be
Thu, 29 Jan 1998 14:28:10 +0100


I did compile it on Solaris with Oracle 7.3.3.
The following works...

>>> import oracledb
>>> o = oracledb.oracledb("/")
>>> c = o.cursor()
>>> c.execute("select * from tab")
>>> c.fetchall()

... but I did not try it further.

-sbi

On Thursday, January 29, 1998 9:50 AM, Cary Collett [SMTP:cary@ratatosk.org] wrote:
> 
> I'm going to be lazy here and ask instead of compiling and trying this...
> 
> Does anyone know if the oracledb-0.1.3 module works under Python 1.5?
> 
> Cary
> 
> -- 
> Cary Collett                                           cary@ratatosk.org
> 
> To me, boxing is like ballet, except there's no dancing, no choreography
> and the dancers hit eachother.
> 
> _______________
> DB-SIG  - SIG on Tabular Databases in Python
> 
> send messages to: db-sig@python.org
> administrivia to: db-sig-request@python.org
> _______________


_______________
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
_______________