Entering content frame

 Example for the Module sapdb.loader 

Generating a connection

#
# testloader.py   Test the connection between the database instance
#                 tst and the Loader server for the user testuser
#                 with the password test.

import sapdb.loader
session = sapdb.loader.Loader ('', '')
session.cmd ('USE SERVERDB tst')
session.cmd ('USE USER testuser test')

 

Leaving content frame