DatabaseController databaseController = rcd.getDatabaseController();
String server = "Xtreme Sample Database 2005"; String database = "Xtreme Sample Database 2005"; String username = "guest"; String password = "bobobo"; databaseController.logonEx(server, database, username, password);
void logonDatabase(ReportClientDocument rcd)
{
String server = "Xtreme Sample Database 2005";
String database = "Xtreme Sample Database 2005";
String username = "guest";
String password = "bobobo";
DatabaseController databaseController = rcd.getDatabaseController();
databaseController.logonEx(server, database, username, password);
}|
Business Objects, an SAP company http://www.businessobjects.com/ Support services http://www.businessobjects.com/services/support/ Product Documentation on the Web http://support.businessobjects.com/documentation/ |