|
|
| version 1.45, 2001/10/29 13:04:46 | version 1.46, 2001/10/30 15:08:20 |
|---|---|
| Line 121 SQL_Connection& SQL_Driver_manager::get_ | Line 121 SQL_Connection& SQL_Driver_manager::get_ |
| "connection string must start with protocol://"); // NOTE: not THROW, but PTHROW | "connection string must start with protocol://"); // NOTE: not THROW, but PTHROW |
| // make global_url C-string on global pool | // make global_url C-string on global pool |
| request_url_cstr=request_url.cstr(String::UL_AS_IS); | request_url_cstr=request_url.cstr(); |
| char *global_url_cstr=(char *)malloc(strlen(request_url_cstr)+1); | char *global_url_cstr=(char *)malloc(strlen(request_url_cstr)+1); |
| strcpy(global_url_cstr, request_url_cstr); | strcpy(global_url_cstr, request_url_cstr); |
| // make global_url string on global pool | // make global_url string on global pool |