> So it leads me to ask a question: �Is dbm a really good > choice for this > MaxDB module name ?�> So it leads me to ask a question: �Is dbm a really good > choice for this > MaxDB module name ?�
No, it isn't. That's why a new package sapdb has been created in 7.4. The existing modules at the top level are only for compatibility with older versions of the Python interface. They can be removed if you write your scripts always with import sapdb.sql import sapdb.dbm import sapdb.loader These compatibility scripts will be removed in 7.6. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
