
lists at zopyx
Nov 30, 2008, 8:51 PM
Post #2 of 3
(1483 views)
Permalink
|
If you are on Windows, you might consider using something based on ODBC (mxODBC (commercial but considered good) or some free variant (check zope.org)). If you are on Unix, you might consider installing cxoracle (for the Python bindings to Oracle) + SQLAlchemy as ORM (re-using cxoracle). If you do SQL programming, look at SQLAlchemyDA on top of SQLAlchemy or do ORM programming directly on the ORM layer...maybe you explain what your goal is. -aj On 01.12.2008 5:42 Uhr, Nachiyappan wrote: > Hi Zope Gurus , > > i am new to oracle and php . i am developing a web appplication using PHP , Python , Zope and Oracle . > > My question is how can i make database connection to oracle in zope ? > > i have installed DCOracleda for oracle . but i didn't make connection in zope to oracle ! Zope won't display the connection adapter . > > Is there any other methods available , please let me know the procedures to connect > > Thanks in Advance > > > Regards > > Nachs > > > Confidentiality Notice > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at HMA or helpdesk [at] cashlinkglobal immediately and destroy all copies of this message and any attachments. > > > -------------------------------- > HMA STARWARE LTD, CHENNAI, INDIA > > > !-- Virus-Free Mail Using AntiVirus for IQ Mail& QuickHeal Engine --! > > > ------------------------------------------------------------------------ > > _______________________________________________ > Zope-DB mailing list > Zope-DB [at] zope > http://mail.zope.org/mailman/listinfo/zope-db -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info [at] zopyx - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
|