ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TSapDBServer.cxx File Reference
#include "TSapDBServer.h"
#include "TSapDBResult.h"
#include "TSapDBRow.h"
#include "TUrl.h"
#include <ctype.h>
Include dependency graph for TSapDBServer.cxx:

Go to the source code of this file.

Functions

 ClassImp (TSapDBServer) TSapDBServer
 Open a connection to a SapDB DB server. More...
 

Function Documentation

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.