![]() |
i have little problem with CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: i have little problem with CI4 (/showthread.php?tid=78505) |
i have little problem with CI4 - medo - 01-31-2021 is their anybody has an idea where is the odbc driver folder is . i connect to odbc database but the CI4 tells me that the class connection is not found . can somebody help me the error is like that : Class '\CodeIgniter\Database\odbc\Connection' not found RE: i have little problem with CI4 - paulbalandan - 01-31-2021 There is no ODBC driver in CI4. RE: i have little problem with CI4 - medo - 01-31-2021 (01-31-2021, 09:42 AM)paulbalandan Wrote: There is no ODBC driver in CI4.but then how can i connect to odbc in ci4 it was very easy in ci3 is their any way to connect or i must develop all for odbc |