![]() |
I thought this was the most practical and radical solution. With the minimal and ineffective fix in the kernel, I implemented the following
\Database\SQLSRV\Builder.php I included the following code in the getFullName method. \Database\SQLSRV\Builder.php getFullName() metoduna şu kodu dahil ettim. PHP Code: private function getFullName(string $table): string PHP Code: $this->db = \Config\Database::connect('default'); |
Messages In This Thread |
Connect to more than one database in a single connection - by mywebmanavgat - 03-31-2024, 08:02 PM
RE: Connect to more than one database in a single connection - by kenjis - 03-31-2024, 09:11 PM
RE: Connect to more than one database in a single connection - by kenjis - 04-01-2024, 01:48 AM
RE: Connect to more than one database in a single connection - by mywebmanavgat - 04-01-2024, 06:38 AM
RE: Connect to more than one database in a single connection - by mywebmanavgat - 04-01-2024, 07:39 AM
RE: Connect to more than one database in a single connection - by mywebmanavgat - 04-01-2024, 10:08 AM
RE: Connect to more than one database in a single connection - by kenjis - 04-01-2024, 09:19 PM
|