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
Created by Gustavo, 25th Jan 2010. (originally Lighthouse ticket #19):
I'm trying to display some data in my sistem, but when I tell cakePHP to do it, the error below show up in my browser:
odbc_exec() [function.odbc-exec]: SQL error: [IBM][CLI Driver][DB2/NT] SQL0007N The character "`" follow by "SELECT * FROM " is not valid.
I´m using IBM DB2 as my database. I made the connection but looks like the way to execut the query is not right or isn't working.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Created by Gustavo, 25th Jan 2010. (originally Lighthouse ticket #19):
I'm trying to display some data in my sistem, but when I tell cakePHP to do it, the error below show up in my browser:
odbc_exec() [function.odbc-exec]: SQL error: [IBM][CLI Driver][DB2/NT] SQL0007N The character "`" follow by "SELECT * FROM " is not valid.
I´m using IBM DB2 as my database. I made the connection but looks like the way to execut the query is not right or isn't working.
The text was updated successfully, but these errors were encountered: