--- parser3/src/classes/op.C 2001/05/11 17:45:10 1.18 +++ parser3/src/classes/op.C 2001/05/21 17:17:11 1.23 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: op.C,v 1.18 2001/05/11 17:45:10 parser Exp $ + $Id: op.C,v 1.23 2001/05/21 17:17:11 parser Exp $ */ #include "classes.h" @@ -266,11 +266,12 @@ static void _connect(Request& r, const S Value& url=params->get_no_junction(0, "url must not be code"); Value& body_code=params->get_junction(1, "body must be code"); - Table *protocol2library=static_cast(r.classes_conf.get(OP->name())); + Table *protocol2driver_and_client= + static_cast
(r.classes_conf.get(OP->name())); // connect SQL_Connection& connection=SQL_driver_manager->get_connection( - url.as_string(), protocol2library); + url.as_string(), protocol2driver_and_client); Exception rethrow_me; // remember/set current connection