|
![]() |
|
![]() |
You Are Here: SAP DB > Interfaces > sapdb.dbm > Example SAP DB is now SAP MaxDB! For more information, visit the SAP MaxDB pages in the SAP Developer Network. Module sapdb.dbm (Example) #
# testdbm.py test connection to dbm server
#
import sapdb.dbm
session = sapdb.dbm.DBM ('', '')
version = session.cmd ("version")
print version
|
|
|||
Questions or comments about the Web site? Contact the webmaster. |
|
||||