Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Connection odbc not found. #6423

Closed
rmanalu15 opened this issue Aug 26, 2022 · 2 comments
Closed

Class Connection odbc not found. #6423

rmanalu15 opened this issue Aug 26, 2022 · 2 comments

Comments

@rmanalu15
Copy link

rmanalu15 commented Aug 26, 2022

I have checked system folder on codeigniter4 and I can't find any odbc driver, previously it was available on codeigniter3.
how it's work in codeigniter4? thankyou to anybody can help this issue.

Error
Class 'CodeIgniter\Database\odbc\Connection' not found.

@rmanalu15 rmanalu15 changed the title Class Connection'not found. Class Connection odbc not found. Aug 26, 2022
@paulbalandan
Copy link
Member

ODBC driver is not yet supported. Drivers supported at the moment are: MySQLi, PostgreSQL, SQLite3, Oracle OCI8, SQL Server

@kenjis
Copy link
Member

kenjis commented Aug 26, 2022

See https://codeigniter4.github.io/CodeIgniter4/intro/requirements.html

how it's work in codeigniter4?

Port the Ci3's driver to CI4 and send a PR.
See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md

But if you send the PR, I recommend you make small but working portion of the whole driver.
Big PRs are difficult to review and will not be merged soon. See #2487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants