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')