|
|
| version 1.30, 2001/09/05 08:57:43 | version 1.31, 2001/09/05 09:02:52 |
|---|---|
| Line 59 SQL_Connection& SQL_Driver_manager::get_ | Line 59 SQL_Connection& SQL_Driver_manager::get_ |
| if(!protocol2driver_and_client) | if(!protocol2driver_and_client) |
| PTHROW(0, 0, | PTHROW(0, 0, |
| &request_url, | &request_url, |
| "$SQL:drivers table must be defined"); | "$"MAIN_SQL_NAME":"MAIN_SQL_DRIVERS_NAME" table must be defined"); |
| // first trying to get cached connection | // first trying to get cached connection |
| SQL_Connection *result=get_connection_from_cache(request_url); | SQL_Connection *result=get_connection_from_cache(request_url); |