Parent Directory | Revision Log | Patch
revision 1.13 by mocchiut, Fri Nov 28 14:07:37 2008 UTC | revision 1.14 by mocchiut, Wed Dec 3 19:57:52 2008 UTC | |
---|---|---|
# | Line 1585 Int_t PamelaDBOperations::insertPamelaGL | Line 1585 Int_t PamelaDBOperations::insertPamelaGL |
1585 | result = conn->Query(oss.str().c_str()); | result = conn->Query(oss.str().c_str()); |
1586 | if ( !result ) throw -10; | if ( !result ) throw -10; |
1587 | row = result->Next(); | row = result->Next(); |
1588 | if ( !row ) throw -92; | |
1589 | idresof = (UInt_t)atoll(row->GetField(0)); | idresof = (UInt_t)atoll(row->GetField(0)); |
1590 | existsts = true; | existsts = true; |
1591 | goto eout; | goto eout; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |