483 |
TString psw = glt->CGetPsw(); |
TString psw = glt->CGetPsw(); |
484 |
TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
485 |
if ( !dbc->IsConnected() ) throw -504; |
if ( !dbc->IsConnected() ) throw -504; |
486 |
|
stringstream myquery; |
487 |
|
myquery.str(""); |
488 |
|
myquery << "SET time_zone='+0:00'"; |
489 |
|
dbc->Query(myquery.str().c_str()); |
490 |
dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc); |
dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc); |
491 |
// |
// |
492 |
// Search in the DB the path and name of the LEVEL0 file to be processed. |
// Search in the DB the path and name of the LEVEL0 file to be processed. |