ROOT
6.06/09
Reference Guide
|
#include "TSapDBServer.h"
#include "TSapDBResult.h"
#include "TSapDBRow.h"
#include "TUrl.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
ClassImp (TSapDBServer) TSapDBServer | |
Open a connection to a SapDB DB server. More... | |
ClassImp | ( | TSapDBServer | ) |
Open a connection to a SapDB DB server.
The db arguments should be of the form "sapdb://<host>[:<port>][/<database>]", e.g.: "sapdb://pcroot.cern.ch:3456/test". The uid is the username and pw the password that should be used for the connection.
Definition at line 19 of file TSapDBServer.cxx.