> I came across > a problem, initially creating problems with a Py2.3.2 script > using dbapi > - the script works OK with Py2.2.2. The script kept exiting with a > segmentation fault. I've just downloaded 31a revision of the > sapdb-python-linux, and it cures the problem.
This has been reported (albeit for sapdb.sql) and I fixed it in 31a, but broke Python 2.0 - 2.2 instead. I'm still working on the task so that making, testing and packaging the libraries for the different Python versions is easier for me. > Just one thing, has anyone a link to a dbmcli tutorial? I've gone > through the online docs, and downloaded the PDF's, but find > some of it a > little obtuse. Any help, or pointers would be much appreciated. ftp://ftp.sap.com/pub/sapdb/misc/instdb.py is a script to install databases, so it uses several dbmcli commands. The bash script create_demo_db_sh from the installation contains also the commands to create backups. Other than that, it's probably easiest to execute something in DBM GUI or WebDBM and then look at the protocol generated by the dbm server. Unfortunately, this contains only the commands that actually change something. Even more unfortunately, you probably don't have a Windows machine and WebDBM doesn't work very well with Mozilla or Konqueror in the current release. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
