273 |
oss << "SELECT ID FROM GL_RAW WHERE " |
oss << "SELECT ID FROM GL_RAW WHERE " |
274 |
<< " PATH = '" << this->GetRawPath().Data() << "' AND " |
<< " PATH = '" << this->GetRawPath().Data() << "' AND " |
275 |
<< " NAME = '" << this->GetRawFile().Data() << "' "; |
<< " NAME = '" << this->GetRawFile().Data() << "' "; |
276 |
|
|
277 |
result = conn->Query(oss.str().c_str()); |
result = conn->Query(oss.str().c_str()); |
278 |
if ( result == NULL ) throw -4; |
if ( result == NULL ) throw -4; |
279 |
row = result->Next(); |
row = result->Next(); |