We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SQLSTATE[IM002] SQLDriverConnect: 0 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
"odbc:DRIVER={IBM i Access ODBC Driver 64-bit};System=192.168.12.116;Database=AIBSIT;UserID=db2inst4;Password=db2inst4;SIGNON=3;SSL=0;CommitMode=2;ConnectionType ▶" "db2inst4" "db2inst4"
i already have setup ODBC to db2 v10.5 and it is working using this code
$conn = new PDO("odbc:sit",'db2inst4','db2inst4'); but it is not working in laravel nor your package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SQLSTATE[IM002] SQLDriverConnect: 0 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
"odbc:DRIVER={IBM i Access ODBC Driver 64-bit};System=192.168.12.116;Database=AIBSIT;UserID=db2inst4;Password=db2inst4;SIGNON=3;SSL=0;CommitMode=2;ConnectionType ▶"
"db2inst4"
"db2inst4"
i already have setup ODBC to db2 v10.5 and it is working using this code
$conn = new PDO("odbc:sit",'db2inst4','db2inst4'); but it is not working in laravel nor your package
The text was updated successfully, but these errors were encountered: