Ed Leafe wrote: > On May 15, 2008, at 6:19 AM, Uwe Grauer wrote: > >> I now have access to a Oracle database. >> I would like to add oracle support to dabo. >> Ed, Paul, do you have any special recommendations >> or may i add the necessary code as i find time to do so? > > > The dbOracle.py script is just a stub, so you'd have to start by > filling out all the placeholder names with the actual names of the > dbapi adapter and its classes. The methods would also have to be > customized as needed to account for syntax differences between Oracle > and standard SQL. > > As you run into problems whose solutions aren't obvious to you, post > them here and we can all help. > > -- Ed Leafe
Now i need your help. I wrote the most important code for dbOracle.py. Unfortunately the python module cx_Oracle doesn't seem to support unicode as the other database modules do. Look for "cx_oracle and utf-8 again" at: http://news.gmane.org/group/gmane.comp.python.db.cx-oracle/last=/force_load=t Do you have any ideas on how and if we should deal with this? If this turns out to be too much work until the author of cx_oracle get's unicode support working, i commit what i have done and stop working on it for now. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
