Skip Top Menu Navigation
Skip Top Menu Navigation

The FREE Enterprise Open Source Database

  Software Documentation Tools Interfaces Administration Development
 

 
You Are Here:    SAP DB > Interfaces > sapdb.dbm > Example

Module sapdb.dbm (Example)

#
# dbup.py   starts a database
#

import sys
import sapdb.dbm

_dbname = sys.argv [1]
session = sapdb.dbm.DBM ('', _dbname)
session.cmd ('db_online')

Search / Contact Info
See also ...












Questions or comments about the Web site? Contact the webmaster.