Skip Top Menu Navigation
Skip Top Menu Navigation

The FREE Enterprise Open Source Database

  Software Tools Interfaces Development Documentation
 

 
You Are Here:    SAP DB > 7.3 > Interfaces > dbm > Example

SAP DB is now SAP MaxDB! For more information, visit the SAP MaxDB pages in the SAP Developer Network.

Module dbm (Example)

#
# dbup.py   starts a database
#

import sys
import dbm

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

Search
See also ...












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