dabo Commit
Revision 4084
Date: 2008-05-15 06:27:23 -0700 (Thu, 15 May 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4084

Changed:
U   trunk/dabo/db/dConnectInfo.py

Log:
Added the case for working with Oracle.


Diff:
Modified: trunk/dabo/db/dConnectInfo.py
===================================================================
--- trunk/dabo/db/dConnectInfo.py       2008-05-12 20:11:03 UTC (rev 4083)
+++ trunk/dabo/db/dConnectInfo.py       2008-05-15 13:27:23 UTC (rev 4084)
@@ -162,6 +162,9 @@
                                elif nm == "mssql":
                                        import dbMsSQL
                                        self._backendObject = dbMsSQL.MSSQL()
+                               elif nm == "oracle":
+                                       import dbOracle
+                                       self._backendObject = dbOracle.Oracle()
                                else:
                                        raise ValueError, "Invalid database 
type: %s." % nm
                        except ImportError:




_______________________________________________
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]

Reply via email to